From e8a588bb4f5ce0118c7734ab81e4664cecf96dcd Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 22 Feb 1999 19:53:59 +0000 Subject: [PATCH] * ltconfig.in (irix5*, irix6*, shlibpath_overides_runpath): yes --- ChangeLog | 2 ++ ltconfig.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 827104315..1588c95c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-02-22 Alexandre Oliva + * ltconfig.in (irix5*, irix6*, shlibpath_overides_runpath): yes + * ltmain.in: remove on-demand executable in the proper place, and just warn if it can't be removed; add wrapper code to test whether the install-executable is newer than the build-executable, to diff --git a/ltconfig.in b/ltconfig.in index 2cd2b114b..d18a44606 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1705,6 +1705,7 @@ irix5*) shlibpath_var=LD_LIBRARY_PATH deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" # or should it be pass_all? file_magic_cmd=file + shlibpath_overrides_runpath=no ;; irix6*) @@ -1720,6 +1721,7 @@ irix6*) *) libsuff= shlibsuff= libmagic=never-match;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" # or should it be pass_all? file_magic_cmd=file -- 2.47.3