summaryrefslogtreecommitdiffstats
path: root/external/openldap/ExternalProject_openldap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/openldap/ExternalProject_openldap.mk')
-rw-r--r--external/openldap/ExternalProject_openldap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/openldap/ExternalProject_openldap.mk b/external/openldap/ExternalProject_openldap.mk
index 6fc4f51036d8..7c320cb01129 100644
--- a/external/openldap/ExternalProject_openldap.mk
+++ b/external/openldap/ExternalProject_openldap.mk
@@ -16,7 +16,7 @@ $(eval $(call gb_ExternalProject_register_targets,openldap,\
))
openldap_LDFLAGS =
-ifneq ($(SYSTEM_NSS),)
+ifeq ($(SYSTEM_NSS),)
openldap_LDFLAGS += -L$(call gb_UnpackedTarball_get_dir,nss)/dist/out/lib \
$(if $(filter AIX,$(OS)),-Wl$(COMMA)-brtl)
endif