From ee93dfafddd0f14b9a1ac3c82b967bf3a65f64aa Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 14 Aug 2012 10:38:35 +0100 Subject: 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 --- postprocess/packcomponents/makefile.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'postprocess') diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index eb5574b642ec..a5f2f81d7db4 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -313,13 +313,11 @@ my_components += \ my_components += component/extensions/source/plugin/pl .END -.IF "$(ENABLE_XMLSEC)" == "YES" .IF "$(OS)" == "WNT" my_components += component/xmlsecurity/util/xsec_xmlsec.windows -.ELSE +.ELIF "$(OS)" != "ANDROID" && "$(OS)" != "IOS" #FIXME, get nss&xmlsec building my_components += component/xmlsecurity/util/xsec_xmlsec .END -.END .IF "$(OS)" == "MACOSX" my_components += \ -- cgit