From: Boyd Lynn Gerber Date: Sun, 25 Apr 1999 09:25:47 +0000 (+0000) Subject: * ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding. X-Git-Tag: release-1-3b~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39328123fa615b3ba318e8105e3f7bcd1b098cb9;p=thirdparty%2Flibtool.git * ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding. --- diff --git a/ChangeLog b/ChangeLog index 4b43f098c..7e04e59eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-25 Boyd Lynn Gerber + + * ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding. + 1999-04-25 Pavel Roskin * Makefile.am (uninstall-local): Remove installed libltdl tree. diff --git a/ltconfig.in b/ltconfig.in index dd546072a..fdf400056 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1321,8 +1321,10 @@ else ;; sco3.2v5*) - archive_cmds='$LD -G -o $lib $libobjs $deplibs $linkopts' - hardcode_direct=yes + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes ;; solaris*)