* [gentoo-commits] gentoo-x86 commit in media-video/nvclock/files: nvclock-0.8_beta4-as-needed.patch
@ 2009-04-03 23:55 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2009-04-03 23:55 UTC (permalink / raw
To: gentoo-commits
jer 09/04/03 23:55:23
Added: nvclock-0.8_beta4-as-needed.patch
Log:
Patch for --as-needed (bug #247909).
(Portage version: 2.2_rc28/cvs/Linux i686)
Revision Changes Path
1.1 media-video/nvclock/files/nvclock-0.8_beta4-as-needed.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvclock/files/nvclock-0.8_beta4-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nvclock/files/nvclock-0.8_beta4-as-needed.patch?rev=1.1&content-type=text/plain
Index: nvclock-0.8_beta4-as-needed.patch
===================================================================
Change linking order to make it possible to use -Wl,--as-needed in LDFLAGS
diff -ru nvclock0.8b4.orig/src/Makefile.in nvclock0.8b4/src/Makefile.in
--- nvclock0.8b4.orig/src/Makefile.in 2009-01-03 12:02:54.000000000 -0500
+++ nvclock0.8b4/src/Makefile.in 2009-04-02 20:04:12.678271229 -0400
@@ -15,7 +15,7 @@
ifeq ($(HAVE_NVCONTROL), yes)
DEPS=$(libbackend) $(libnvcontrol)
INCLUDES=@X11_CFLAGS@ -I./backend -I./nvcontrol -I..
- LIBS=@X11_LIBS@ -L./backend -lbackend -L./nvcontrol -lnvcontrol
+ LIBS=-L./backend -lbackend -L./nvcontrol -lnvcontrol @X11_LIBS@
else
DEPS=$(libbackend)
INCLUDES=-I./backend -I./nvcontrol -I..
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-03 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 23:55 [gentoo-commits] gentoo-x86 commit in media-video/nvclock/files: nvclock-0.8_beta4-as-needed.patch Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox