From: Gary V. Vaughan Date: Fri, 29 Jun 2001 02:12:31 +0000 (+0000) Subject: From "Golubev I. N." X-Git-Tag: release-1-4-1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acb9816050138dd7dc92861db5f59e8ce7a94fe3;p=thirdparty%2Flibtool.git From "Golubev I. N." * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs -wl,-Bexport to make self dlopen work. --- diff --git a/ChangeLog b/ChangeLog index d2df8488e..ec3d2eca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-06-29 Gary V. Vaughan + From "Golubev I. N." + * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs + -wl,-Bexport to make self dlopen work. + From Chris Leishman * libtool,m4 (_LT_AC_LTCONFIG_HACK) [darwin]: Cheap hack to help fake a C++ compilation. diff --git a/libtool.m4 b/libtool.m4 index db044d8cc..c21083c8c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1656,6 +1656,7 @@ else hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes + export_dynamic_flag_spec='${wl}-Bexport' ;; solaris*)