Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/heimdal/files: heimdal-0.7.2-as_needed.patch
Date: Fri, 07 Sep 2007 11:40:30
Message-Id: E1ITc5o-0005SA-DK@stork.gentoo.org
1 dev-zero 07/09/07 11:33:44
2
3 Added: heimdal-0.7.2-as_needed.patch
4 Log:
5 Added revised as-needed patch (bug #130464, thanks to James Cassidy for the initial patch), authorized by seemant on irc
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.1 app-crypt/heimdal/files/heimdal-0.7.2-as_needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/files/heimdal-0.7.2-as_needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/files/heimdal-0.7.2-as_needed.patch?rev=1.1&content-type=text/plain
13
14 Index: heimdal-0.7.2-as_needed.patch
15 ===================================================================
16 diff -Naur heimdal-0.7.2.orig/lib/editline/Makefile.am heimdal-0.7.2/lib/editline/Makefile.am
17 --- heimdal-0.7.2.orig/lib/editline/Makefile.am 2007-09-07 07:59:26.000000000 +0200
18 +++ heimdal-0.7.2/lib/editline/Makefile.am 2007-09-07 07:59:48.000000000 +0200
19 @@ -35,6 +35,8 @@
20 unix.h \
21 $(EXTRA_SOURCE)
22
23 +libeditline_la_LIBADD = @LIB_tgetent@
24 +
25 EXTRA_SOURCE = $(ES)
26
27 libel_compat_la_SOURCES = edit_compat.c
28 diff -Naur heimdal-0.7.2.orig/lib/roken/Makefile.am heimdal-0.7.2/lib/roken/Makefile.am
29 --- heimdal-0.7.2.orig/lib/roken/Makefile.am 2007-09-07 07:59:26.000000000 +0200
30 +++ heimdal-0.7.2/lib/roken/Makefile.am 2007-09-07 08:00:17.000000000 +0200
31 @@ -104,7 +104,7 @@
32
33 EXTRA_DIST = roken.awk roken.h.in
34
35 -libroken_la_LIBADD = @LTLIBOBJS@
36 +libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt)
37 if have_cgetent
38 else
39 libroken_la_LIBADD += $(DBLIB)
40
41
42
43 --
44 gentoo-commits@g.o mailing list