]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Fri, 3 Dec 1999 03:10:22 +0000 (03:10 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 3 Dec 1999 03:10:22 +0000 (03:10 +0000)
works together with fast_install.

ChangeLog
ltconfig.in

index 096044c0d66652888f3f542bd9d3af7706c4e291..6ebc0d62dea702eb2744535886750495c8f1c1bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
+       * 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
index 3eda1904ee82ffbf881a3c1810cb735e376a2406..b8c0805deec7e3ee3551bdf7fa8e07dcf7941f11 100755 (executable)
@@ -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'