]> 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:47 +0000 (09:25 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 25 Apr 1999 09:25:47 +0000 (09:25 +0000)
ChangeLog
ltconfig.in

index 4b43f098c8299ff4636ea7e37be8d7d15e751604..7e04e59ebc2942c66ebc36da8312aea9079cc5e3 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 dd546072a9060d79c370fd5bc9e7e5a7873d2762..fdf40005673994d6082af33d57c6538872d63019 100755 (executable)
@@ -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*)