Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
dev-zero 07/09/07 11:33:44
Added: heimdal-0.7.2-as_needed.patch
Log:
Added revised as-needed patch (bug #130464, thanks to James Cassidy for the initial patch), authorized by seemant on irc
(Portage version: 2.1.3.7)
Revision Changes Path
1.1 app-crypt/heimdal/files/heimdal-0.7.2-as_needed.patch
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
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
Index: heimdal-0.7.2-as_needed.patch
===================================================================
diff -Naur heimdal-0.7.2.orig/lib/editline/Makefile.am heimdal-0.7.2/lib/editline/Makefile.am
--- heimdal-0.7.2.orig/lib/editline/Makefile.am 2007-09-07 07:59:26.000000000 +0200
+++ heimdal-0.7.2/lib/editline/Makefile.am 2007-09-07 07:59:48.000000000 +0200
@@ -35,6 +35,8 @@
unix.h \
$(EXTRA_SOURCE)
+libeditline_la_LIBADD = @LIB_tgetent@
+
EXTRA_SOURCE = $(ES)
libel_compat_la_SOURCES = edit_compat.c
diff -Naur heimdal-0.7.2.orig/lib/roken/Makefile.am heimdal-0.7.2/lib/roken/Makefile.am
--- heimdal-0.7.2.orig/lib/roken/Makefile.am 2007-09-07 07:59:26.000000000 +0200
+++ heimdal-0.7.2/lib/roken/Makefile.am 2007-09-07 08:00:17.000000000 +0200
@@ -104,7 +104,7 @@
EXTRA_DIST = roken.awk roken.h.in
-libroken_la_LIBADD = @LTLIBOBJS@
+libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt)
if have_cgetent
else
libroken_la_LIBADD += $(DBLIB)
--
gentoo-commits@g.o mailing list
|
|