mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
NT requires $(SECURITY_LIBS) at link time.
This commit is contained in:
parent
d9ddb1861f
commit
d92d403a76
@ -40,9 +40,11 @@ NT_DYN_LIB_LIBS = -llber $(AC_LIBS)
|
||||
NT_DYN_LIB_DEFS = -DLIBLBER_DECL=dllimport
|
||||
NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport
|
||||
|
||||
NT_XXLIBS = $(SECURITY_LIBS)
|
||||
|
||||
# Extras for building the library
|
||||
EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
|
||||
EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS)
|
||||
EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS)
|
||||
|
||||
# Only the test programs will pick up these defs.
|
||||
CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_TEST_DEFS)
|
||||
|
@ -45,9 +45,11 @@ NT_DYN_LIB_LIBS = -llber $(AC_LIBS)
|
||||
NT_DYN_LIB_DEFS = -DLIBLBER_DECL=dllimport
|
||||
NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport
|
||||
|
||||
NT_XXLIBS = $(SECURITY_LIBS)
|
||||
|
||||
# Extras for building the library
|
||||
EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
|
||||
EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS)
|
||||
EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS)
|
||||
|
||||
# Only the test programs will pick up these defs.
|
||||
CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_TEST_DEFS)
|
||||
|
Loading…
Reference in New Issue
Block a user