a little ldap cleaning

Change-Id: Ib224484ef994312e78bac75c40421c7f6235326a
This commit is contained in:
Matúš Kukan
2013-03-27 00:34:19 +01:00
parent 1e14293ef7
commit d6a020730e
3 changed files with 3 additions and 3 deletions

View File

@@ -1917,7 +1917,7 @@ $(call gb_LinkTarget_add_libs,$(1),\
endef endef
else # !SYSTEM_OPENLDAP else ifeq ($(SYSTEM_OPENLDAP),NO)
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS,\ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS,\
ldap \ ldap \

View File

@@ -61,7 +61,7 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\
boost_headers \ boost_headers \
postgresql \ postgresql \
openssl \ openssl \
$(if $(SYSTEM_OPENLDAP),openldap) \ openldap \
nss3 \ nss3 \
plc4 \ plc4 \
ssl3 \ ssl3 \

View File

@@ -55,7 +55,7 @@ $(eval $(call gb_Library_use_libraries,ldapbe2,\
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_system_win32_libs,ldapbe2,\ $(eval $(call gb_Library_use_system_win32_libs,ldapbe2,\
plc4,wldap32 \ wldap32 \
)) ))
else # 0S!=WNT else # 0S!=WNT
$(eval $(call gb_Library_use_externals,ldapbe2,\ $(eval $(call gb_Library_use_externals,ldapbe2,\