Pass -avoid-version when building a shared library to avoid problems

with "installing" symbolic links. We need to do this conditional, since
    some libtool versions imply --disable-static with this option.
This commit is contained in:
Sascha Schumann 1999-10-07 10:03:24 +00:00
parent 601b837c56
commit 712105cd5d

View File

@ -652,6 +652,7 @@ program)
shared)
enable_static=no
passthru="$passthru --disable-static"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version"
;;
static)
enable_shared=no
@ -785,6 +786,8 @@ if true; then
fi
PHP_SHOW_LD_LIBRARY_PATH
])
divert