diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-10-23 08:59:26 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-10-23 08:59:26 +0000 |
commit | 0289be08473f4fb3f9857fdc6fdc85f91baf02cd (patch) | |
tree | 80afd07ef9aff4d2554e635be26e8a3d9dcbaef5 /lang/guile | |
parent | b2f7f9e53abc35272fe787ff2b93e86ee44850bb (diff) | |
download | pkgsrc-0289be08473f4fb3f9857fdc6fdc85f91baf02cd.tar.gz |
Don't call libtool -no-undefined for libguilereadline. It includes
libguile, which has a reference to __floatdidf, which is part of libgcc
and will only be resolved at program link time.
XXX libtool, of Solaris ld bug ?
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/patches/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/guile/patches/patch-ad b/lang/guile/patches/patch-ad index 7ee7304bb2c..143b5e74076 100644 --- a/lang/guile/patches/patch-ad +++ b/lang/guile/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.3 2002/08/25 20:58:22 mjl Exp $ +$NetBSD: patch-ad,v 1.4 2002/10/23 08:59:26 bouyer Exp $ --- guile-readline/Makefile.in.orig Tue May 14 00:53:17 2002 -+++ guile-readline/Makefile.in Sat Aug 24 02:02:30 2002 ++++ guile-readline/Makefile.in Wed Oct 23 00:45:38 2002 +@@ -94,7 +94,7 @@ + libguilereadline_la_SOURCES = readline.c + libguilereadline_la_LIBADD = ../libguile/libguile.la + libguilereadline_la_LDFLAGS = -version-info @LIBGUILEREADLINE_INTERFACE@ \ +- -export-dynamic -no-undefined ++ -export-dynamic + + + BUILT_SOURCES = readline.x @@ -178,8 +178,8 @@ $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |