From adefd3ab49f15c7617df7839f2f027de9471dbff Mon Sep 17 00:00:00 2001 From: Michael Forster Date: Fri, 3 Dec 1999 02:02:23 +0000 Subject: [PATCH] * ltconfig.in (linux-gnu*): Set hardcode_into_libs=yes. --- ChangeLog | 4 ++++ ltconfig.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 76a74c142..aa3e49ac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-11-20 Michael Forster + + * ltconfig.in (linux-gnu*): Set hardcode_into_libs=yes. + 1999-11-29 Gary V. Vaughan * ltconfig.in: Be friendlier to C++ compilers when testing diff --git a/ltconfig.in b/ltconfig.in index f6d5f418b..3e3060283 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1628,6 +1628,7 @@ linux-gnu*) finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no + hardcode_into_libs=yes if test -f /lib/ld.so.1; then dynamic_linker='GNU ld.so' -- 2.47.3