summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-14 10:38:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-14 12:47:27 +0100
commitee93dfafddd0f14b9a1ac3c82b967bf3a65f64aa (patch)
treea9355cbefa61d79010b1d2523c0e1dd735721d11 /libxmlsec
parent3ccb8dac1405dc4ffa0ca3c45bd0724cc339d8ad (diff)
drop disable-xmlsec, it's core functionality, have to live with it
we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index 14705033bebe..18c46fb5ac40 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -35,9 +35,9 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
.INCLUDE : settings.mk
-.IF "$(ENABLE_XMLSEC)" != "YES"
+.IF "$(OS)" == "ANDROID" || "$(OS)" == "IOS"
@all:
- @echo "XMLSec module disabled"
+ @echo "FIXME: XMLSec module not buildable yet on this platform"
.ENDIF
# --- Files --------------------------------------------------------