mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
need odbc libs when building back-sql as module
This commit is contained in:
parent
fde8af364d
commit
e8e62aa617
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ MOD_DEFS = $(@BUILD_SQL@_DEFS)
|
|||
|
||||
shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
|
||||
NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
|
||||
UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
|
||||
UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) $(SLAPD_SQL_LIBS)
|
||||
|
||||
LIBBASE = back_sql
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue