From: Boyd Lynn Gerber Date: Sun, 25 Apr 1999 09:25:31 +0000 (+0000) Subject: * ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding. X-Git-Tag: release-1-3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244f452f5fe3e08e2de4518d31ad20c5c69046be;p=thirdparty%2Flibtool.git * ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding. --- diff --git a/ChangeLog b/ChangeLog index abb47a216..54cf0f97c 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 bab0b8dba..83be76afa 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1313,8 +1313,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*)