fe017322db
- fix WANTLIB - enable regression suite (not all tests are passing for now) - link correctly with libiconv and libintl, without adding them to LDFLAGS ok robert@
24 lines
918 B
Plaintext
24 lines
918 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2007/10/17 14:37:34 ajacoutot Exp $
|
|
--- configure.orig Wed Oct 17 13:24:31 2007
|
|
+++ configure Wed Oct 17 13:25:45 2007
|
|
@@ -32748,7 +32748,7 @@ s,@LIBOBJS@,$LIBOBJS,;t t
|
|
s,@SET_RELOCATABLE@,$SET_RELOCATABLE,;t t
|
|
s,@RELOCATABLE_VIA_LD_TRUE@,$RELOCATABLE_VIA_LD_TRUE,;t t
|
|
s,@RELOCATABLE_VIA_LD_FALSE@,$RELOCATABLE_VIA_LD_FALSE,;t t
|
|
-s,@LIBICONV@,$LIBICONV,;t t
|
|
+s,@LIBICONV@,$LTLIBICONV,;t t
|
|
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
|
s,@SET_MAKE@,$SET_MAKE,;t t
|
|
s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
|
|
@@ -32774,8 +32774,8 @@ s,@INSTOBJEXT@,$INSTOBJEXT,;t t
|
|
s,@GENCAT@,$GENCAT,;t t
|
|
s,@INTLOBJS@,$INTLOBJS,;t t
|
|
s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
|
|
-s,@INTLLIBS@,$INTLLIBS,;t t
|
|
-s,@LIBINTL@,$LIBINTL,;t t
|
|
+s,@INTLLIBS@,$LTLIBINTL,;t t
|
|
+s,@LIBINTL@,$LTLIBINTL,;t t
|
|
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
|
s,@POSUB@,$POSUB,;t t
|
|
s,@acx_pthread_config@,$acx_pthread_config,;t t
|