From b103f3d2032d84c148f05585fdcfaef864e1eaa0 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 8 Feb 1999 21:33:17 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ ltconfig.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1215a35ce..55b49aed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-02-08 Alexandre Oliva + * 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 diff --git a/ltconfig.in b/ltconfig.in index 810ba8288..8fb54dc7f 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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*) -- 2.47.3