mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Build libphp4.la as a module which can be dlopened.
This should not make a difference on common platforms, but maybe esoteric ones.
This commit is contained in:
parent
99e854f60d
commit
5745f86187
@ -807,7 +807,7 @@ program|static)
|
||||
shared)
|
||||
enable_static=no
|
||||
standard_libtool_flag=-prefer-pic
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user