]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (irix5*, hardcode_libdir_separator): set it to a
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 8 Feb 1999 21:33:17 +0000 (21:33 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 8 Feb 1999 21:33:17 +0000 (21:33 +0000)
colon, because on IRIX 5 only the last -rpath switch prevails, and
it can be a list of colon-separated directories.  This change will
affect irix6 too, but that's not a problem.

ChangeLog
ltconfig.in

index 1215a35ceffa617491b61a08fbbde7c87609bb20..55b49aed0180ecde408169d59d4844b2a77b3c56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-02-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (irix5*, hardcode_libdir_separator): set it to a
+       colon, because on IRIX 5 only the last -rpath switch prevails, and 
+       it can be a list of colon-separated directories.  This change will 
+       affect irix6 too, but that's not a problem.
+
        * ltconfig.in (irix5*, library_names_spec): add soname_spec,
        otherwise we can't dlopen
 
index 810ba8288091fac037283b1e7d058af4a7ebbed8..8fb54dc7fc28bd5ee637cbbac4d264787bd3afa5 100755 (executable)
@@ -1230,6 +1230,7 @@ else
       archive_cmds='$LD -shared -o $lib -soname $soname -set_version $verstring $libobjs $deplibs $linkopts'
     fi
     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+    hardcode_libdir_separator=:
     ;;
 
   netbsd*)