[Libreoffice-commits] core.git: external/openldap
Stephan Bergmann
sbergman at redhat.com
Wed Apr 16 05:57:31 PDT 2014
external/openldap/ExternalProject_openldap.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a5de60d2086b595ab5b7b418fb590ebf6927050
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Apr 16 14:57:01 2014 +0200
Fix accidentally reverted sense of check
Change-Id: I1098c0103d095bc3ee251dbf03bc8b42f08f259f
diff --git a/external/openldap/ExternalProject_openldap.mk b/external/openldap/ExternalProject_openldap.mk
index 6fc4f51..7c320cb 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
More information about the Libreoffice-commits
mailing list