* ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it

works together with fast_install.
This commit is contained in:
Alexandre Oliva 1999-12-03 03:10:22 +00:00 committed by Alexandre Oliva
parent 5c216918b1
commit 8088e66b17
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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'