public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/i810switch/files: i810switch-ldflags.patch
@ 2012-07-31 15:49 Cedric Krier (cedk)
  0 siblings, 0 replies; only message in thread
From: Cedric Krier (cedk) @ 2012-07-31 15:49 UTC (permalink / raw
  To: gentoo-commits

cedk        12/07/31 15:49:34

  Added:                i810switch-ldflags.patch
  Log:
  Fix respect of LDFLAGS for Bug #331817
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/i810switch/files/i810switch-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/i810switch/files/i810switch-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/i810switch/files/i810switch-ldflags.patch?rev=1.1&content-type=text/plain

Index: i810switch-ldflags.patch
===================================================================
diff -ru i810switch-0.6.5/Makefile i810switch-0.6.5.new/Makefile
--- i810switch-0.6.5/Makefile	2003-12-31 15:51:40.000000000 +0100
+++ i810switch-0.6.5.new/Makefile	2012-07-31 17:41:50.000000000 +0200
@@ -6,7 +6,7 @@
 all: i810switch
 
 i810switch: $(OBJECTS)
-	$(CC) $(CFLAGS) -o $@ $(OBJECTS)
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS)
 
 install: i810switch
 	install -d $(DESTDIR)/usr/bin





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-31 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 15:49 [gentoo-commits] gentoo-x86 commit in app-misc/i810switch/files: i810switch-ldflags.patch Cedric Krier (cedk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox