From: Alexandre Oliva Date: Fri, 3 Dec 1999 03:10:22 +0000 (+0000) Subject: * ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it X-Git-Tag: multi-language-fork~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8088e66b176c7c1019fa3fe8667d00f1b2f53da5;p=thirdparty%2Flibtool.git * ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it works together with fast_install. --- diff --git a/ChangeLog b/ChangeLog index 096044c0d..6ebc0d62d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-12-03 Alexandre Oliva + * ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it + works together with fast_install. + * libtool.m4: Use host when --target is not specified. * configure.in: AC_SUBST variables that are used by ltconfig to diff --git a/ltconfig.in b/ltconfig.in index 3eda1904e..b8c0805de 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1626,7 +1626,10 @@ linux-gnu*) finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no - hardcode_into_libs=yes + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + # hardcode_into_libs=yes if test -f /lib/ld.so.1; then dynamic_linker='GNU ld.so'