From "Golubev I. N." <gin@mo.msk.ru>

* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs
-wl,-Bexport to make self dlopen work.
This commit is contained in:
Gary V. Vaughan 2001-06-29 02:18:25 +00:00
parent 9a49cbac3e
commit d722a36b09
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-06-29 Gary V. Vaughan <gary@gnu.org>
From "Golubev I. N." <gin@mo.msk.ru>
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs
-wl,-Bexport to make self dlopen work.
2001-06-28 Gary V. Vaughan <gary@gnu.org>
From Alexander Bluhm <Alexander.Bluhm@WiredMinds.de>

1
libtool.m4 vendored
View File

@ -4374,6 +4374,7 @@ else
sco3.2v5*)
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
runpath_var=LD_RUN_PATH
hardcode_runpath_var=yes
;;