summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_subsequent_filters_test.mk
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 /sc/CppunitTest_sc_subsequent_filters_test.mk
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 'sc/CppunitTest_sc_subsequent_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_subsequent_filters_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
index 608fd66c4f25..eb53f5c86079 100644
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
@@ -119,12 +119,12 @@ $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xmlsecurity \
))
-ifeq ($(ENABLE_XMLSEC),YES)
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
+ifneq ($(filter-out IOS ANDROID,$(OS)),) #FIXME: get nss&xmlsec building
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xsec_xmlsec \
))