mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
More static/dynamic cleanup
This commit is contained in:
parent
8c6fe48806
commit
1b4a03c3db
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB)
|
|||
|
||||
# libtool --only flag for modules: depends on linkage of module
|
||||
# The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
|
||||
LTONLY_MOD = # --only-$(BUILD_MOD_DYNAMIC)
|
||||
LTONLY_yes = static
|
||||
LTONLY_mod = shared
|
||||
LTONLY_MOD = # --only-$(BUILD_MOD)
|
||||
|
||||
# platform-specific libtool flags
|
||||
NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue