Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib/files: freebsd-lib-8.2-liblink.patch
Date: Wed, 06 Jul 2011 05:46:02
Message-Id: 20110706054542.B56F02004B@flycatcher.gentoo.org
1 aballier 11/07/06 05:45:42
2
3 Added: freebsd-lib-8.2-liblink.patch
4 Log:
5 bump to 8.2
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-liblink.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-liblink.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/files/freebsd-lib-8.2-liblink.patch?rev=1.1&content-type=text/plain
14
15 Index: freebsd-lib-8.2-liblink.patch
16 ===================================================================
17 --- lib/libproc/Makefile.old 2011-07-06 00:58:04.000000000 +0000
18 +++ lib/libproc/Makefile 2011-07-06 00:58:58.000000000 +0000
19 @@ -18,5 +18,6 @@
20 WARNS?= 6
21
22 WITHOUT_MAN= yes
23 +LDADD=-lelf
24
25 .include <bsd.lib.mk>
26 --- lib/librtld_db/Makefile.old 2011-07-06 00:58:12.000000000 +0000
27 +++ lib/librtld_db/Makefile 2011-07-06 00:59:27.000000000 +0000
28 @@ -10,5 +10,7 @@
29 INCS= rtld_db.h
30
31 CFLAGS+= -I${.CURDIR}
32 +LDADD=-lutil -lproc
33 +LDFLAGS+=-L${.CURDIR}/../libutil -L${.CURDIR}/../libproc
34
35 .include <bsd.lib.mk>