pkgsrc/devel/gettext/patches/patch-ag
jlam dd89a00af0 Don't use -no-undefined when building with libtool as it causes problems
on Solaris due to a missing shared libgcc library.  This addresses
PR 19214 by grant@netbsd.org.
2002-12-11 22:27:26 +00:00

13 lines
380 B
Text

$NetBSD: patch-ag,v 1.4 2002/12/11 22:27:26 jlam Exp $
--- lib/Makefile.in.orig Tue Aug 6 06:58:14 2002
+++ lib/Makefile.in
@@ -227,7 +227,7 @@ libgettextlib_la_LIBADD = @LTALLOCA@ @LT
# Need @LTLIBICONV@ because linebreak.c uses iconv().
libgettextlib_la_LDFLAGS = \
-release @VERSION@ \
- @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
+ @LTLIBINTL@ @LTLIBICONV@ -lc