Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/rio500/files: rio500-0.7-asneeded.patch
Date: Mon, 19 Jan 2009 14:29:21
Message-Id: E1LOv7v-0007iY-5R@stork.gentoo.org
1 angelos 09/01/19 14:29:19
2
3 Added: rio500-0.7-asneeded.patch
4 Log:
5 QA: Fix compilation with --as-needed (bug 246905)
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.29-rc2-00013-gf3b8436 x86_64)
7
8 Revision Changes Path
9 1.1 app-misc/rio500/files/rio500-0.7-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/files/rio500-0.7-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/rio500/files/rio500-0.7-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: rio500-0.7-asneeded.patch
15 ===================================================================
16 --- rio500-0.7/src/Makefile.am.orig 2009-01-19 15:23:50.001056143 +0100
17 +++ rio500-0.7/src/Makefile.am 2009-01-19 15:24:02.394059698 +0100
18 @@ -15,7 +15,7 @@
19
20 CFLAGS = $(FLAGS1) $(FLAGS2) $(FLAGS3)
21
22 -LDADD = -L../lib @GLIB_LIBS@ -lrio500 $(EFENCE_LIB)
23 +LDADD = -L../lib -lrio500 @GLIB_LIBS@ $(EFENCE_LIB)
24
25 GETOPT_SOURCES = getopt.c getopt1.c