Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/eb/files: eb-4.2.2-as-needed.patch
Date: Sat, 21 Jun 2008 13:57:39
Message-Id: E1KA3at-0006vc-Fm@stork.gentoo.org
1 dirtyepic 08/06/21 13:57:31
2
3 Added: eb-4.2.2-as-needed.patch
4 Log:
5 Fix building with --as-needed and clean up ebuild.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/eb/files/eb-4.2.2-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/eb/files/eb-4.2.2-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/eb/files/eb-4.2.2-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: eb-4.2.2-as-needed.patch
15 ===================================================================
16 diff -Naurp eb-4.2.2-orig/eb/Makefile.in eb-4.2.2/eb/Makefile.in
17 --- eb-4.2.2-orig/eb/Makefile.in 2005-11-25 21:02:13.000000000 -0600
18 +++ eb-4.2.2/eb/Makefile.in 2008-06-21 07:37:51.000000000 -0600
19 @@ -318,7 +318,7 @@ clean-libLTLIBRARIES:
20 rm -f "$${dir}/so_locations"; \
21 done
22 libeb.la: $(libeb_la_OBJECTS) $(libeb_la_DEPENDENCIES)
23 - $(LINK) -rpath $(libdir) $(libeb_la_LDFLAGS) $(libeb_la_OBJECTS) $(libeb_la_LIBADD) $(LIBS)
24 + $(LINK) -rpath $(libdir) $(libeb_la_LDFLAGS) $(libeb_la_OBJECTS) $(libeb_la_LIBADD) $(LIBS) $(ZLIBLIBS)
25
26 mostlyclean-compile:
27 -rm -f *.$(OBJEXT)
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list