mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Fix dynamic link dependencies for NT and Unix
This commit is contained in:
parent
65d7521be1
commit
dddf399090
1 changed files with 4 additions and 2 deletions
|
|
@ -35,16 +35,18 @@ LDAP_LIBDIR= ../../libraries
|
||||||
|
|
||||||
XLIBS = -lldap -llber -llutil
|
XLIBS = -lldap -llber -llutil
|
||||||
XXLIBS = $(SECURITY_LIBS) $(TLS_LIBS)
|
XXLIBS = $(SECURITY_LIBS) $(TLS_LIBS)
|
||||||
UNIX_XXLIBS = $(XXLIBS)
|
|
||||||
|
|
||||||
LINKAGE = @LT_LIB_LINKAGE@
|
LINKAGE = @LT_LIB_LINKAGE@
|
||||||
|
|
||||||
NT_DYN_LIB_LIBS = -llber $(AC_LIBS)
|
NT_DYN_LIB_LIBS = -llber -llutil $(AC_LIBS)
|
||||||
NT_DYN_LIB_DEFS = -DLIBLBER_DECL=dllimport
|
NT_DYN_LIB_DEFS = -DLIBLBER_DECL=dllimport
|
||||||
NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport
|
NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport
|
||||||
|
|
||||||
NT_XXLIBS = $(SECURITY_LIBS)
|
NT_XXLIBS = $(SECURITY_LIBS)
|
||||||
|
|
||||||
|
UNIX_DYN_LIB_LIBS = -llber $(AC_LIBS)
|
||||||
|
UNIX_XXLIBS = $(SECURITY_LIBS)
|
||||||
|
|
||||||
# Extras for building the library
|
# Extras for building the library
|
||||||
EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
|
EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS)
|
||||||
EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS)
|
EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue