summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/makefile.mk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2009-11-27 08:41:27 +0100
committerJoachim Lingner <jl@openoffice.org>2009-11-27 08:41:27 +0100
commit14ba823d19427730dfcaaf6a55d9e2cbd4ef0502 (patch)
treef89b3cab0cb246c548bff5da0c7cb989ff75b6de /xmlsecurity/source/xmlsec/makefile.mk
parent0896dd6ff00761933796beea59187f3d1211becc (diff)
jl137: #103420# xmlsecurity needs latest NSS otherwise not building
Diffstat (limited to 'xmlsecurity/source/xmlsec/makefile.mk')
-rw-r--r--xmlsecurity/source/xmlsec/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/makefile.mk b/xmlsecurity/source/xmlsec/makefile.mk
index 0479c24e8c91..4d78ea9882b3 100644
--- a/xmlsecurity/source/xmlsec/makefile.mk
+++ b/xmlsecurity/source/xmlsec/makefile.mk
@@ -45,10 +45,12 @@ ENABLE_EXCEPTIONS = TRUE
CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
.ENDIF
-.IF "$(WITH_MOZILLA)" == "NO"
+.IF "$(WITH_MOZILLA)" == "NO" || "$(ENABLE_NSS_MODULE)"!="YES"
+.IF "$(SYSTEM_MOZILLA)" != "YES"
@all:
@echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity.."
.ENDIF
+.ENDIF
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT