Kaydet (Commit) 6a5de60d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix accidentally reverted sense of check

Change-Id: I1098c0103d095bc3ee251dbf03bc8b42f08f259f
üst 0fc6ac8a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment