]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding.
authorBoyd Lynn Gerber <gerberb@zenez.com>
Sun, 25 Apr 1999 09:25:31 +0000 (09:25 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 25 Apr 1999 09:25:31 +0000 (09:25 +0000)
ChangeLog
ltconfig.in

index abb47a21621891a89884d537cd3d66acc3abbe71..54cf0f97ce44441683af1f9678863a85c0aa244a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-25  Boyd Lynn Gerber  <gerberb@zenez.com>
+
+       * ltconfig.in (sco3.2v5*): Use LD_RUN_PATH for hard-coding.
+
 1999-04-25  Pavel Roskin  <pavel_roskin@geocities.com>
 
        * Makefile.am (uninstall-local): Remove installed libltdl tree.
index bab0b8dba69754c004be455460ab895276468190..83be76afab8ef0ad088e8cdaf281f55f0cfc0ca7 100755 (executable)
@@ -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*)