mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Disable use of --only-* flags
This commit is contained in:
parent
54c204ea98
commit
f04f666d11
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB)
|
||||||
|
|
||||||
# libtool --only flag for modules: depends on linkage of module
|
# libtool --only flag for modules: depends on linkage of module
|
||||||
# The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
|
# The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
|
||||||
LTONLY_MOD = --only-$(BUILD_MOD_DYNAMIC)
|
LTONLY_MOD = # --only-$(BUILD_MOD_DYNAMIC)
|
||||||
|
|
||||||
# platform-specific libtool flags
|
# platform-specific libtool flags
|
||||||
NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)
|
NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue