Skip to content
Snippets Groups Projects
Commit e8e62aa6 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

need odbc libs when building back-sql as module

parent fde8af36
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment