Gentoo Archives: gentoo-commits

From: "Angelo Arrifano (miknix)" <miknix@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/libeventdb/files: libeventdb-0.90-doclinkerfix.patch
Date: Wed, 26 May 2010 14:38:10
Message-Id: 20100526143802.F31672CEC7@corvid.gentoo.org
1 miknix 10/05/26 14:38:02
2
3 Added: libeventdb-0.90-doclinkerfix.patch
4 Log:
5 With USE="doc", the build scripts where trying to link
6 against system's eventdb instead of built one \#320035 .
7 This commit fixes this.
8
9 - Looks like people reads this afterall :)
10 (Portage version: 2.1.8.3/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.1 gpe-base/libeventdb/files/libeventdb-0.90-doclinkerfix.patch
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/files/libeventdb-0.90-doclinkerfix.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventdb/files/libeventdb-0.90-doclinkerfix.patch?rev=1.1&content-type=text/plain
17
18 Index: libeventdb-0.90-doclinkerfix.patch
19 ===================================================================
20 --- Makefile.am.old 2010-05-26 16:20:39.707669705 +0200
21 +++ Makefile.am 2010-05-26 16:20:43.684334783 +0200
22 @@ -1,4 +1,4 @@
23 -SUBDIRS = doc
24 +SUBDIRS = . doc
25
26 lib_LTLIBRARIES = libeventdb.la
27
28 --- doc/Makefile.am.old 2010-05-26 15:56:00.021149920 +0200
29 +++ doc/Makefile.am 2010-05-26 16:26:44.577631439 +0200
30 @@ -33,7 +33,7 @@
31 # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
32 # contains GtkObjects/GObjects and you want to document signals and properties.
33 CFLAGS = @EVENTDB_CFLAGS@
34 -LDFLAGS = @EVENTDB_LIBS@ -leventdb
35 +LDFLAGS = @EVENTDB_LIBS@ ../libeventdb.la
36
37 # If you need to override some of the declarations, place them in this file
38 # and uncomment this line.