diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-14 10:38:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-14 12:47:27 +0100 |
commit | ee93dfafddd0f14b9a1ac3c82b967bf3a65f64aa (patch) | |
tree | a9355cbefa61d79010b1d2523c0e1dd735721d11 /postprocess | |
parent | 3ccb8dac1405dc4ffa0ca3c45bd0724cc339d8ad (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 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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 += \ |