mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* ltconfig.in (linux-gnu*): Disable hardcode_into_libs until it
works together with fast_install.
This commit is contained in:
parent
5c216918b1
commit
8088e66b17
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user