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 --- nss/makefile.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nss') diff --git a/nss/makefile.mk b/nss/makefile.mk index 505bcfdd1e14..8603fbb796ae 100644 --- a/nss/makefile.mk +++ b/nss/makefile.mk @@ -39,7 +39,12 @@ TARGET=nss .IF "$(SYSTEM_NSS)"=="YES" all: @echo "NSS will not be built. Using system one instead." -.ENDIF +.ENDIF + +.IF "$(OS)" == "ANDROID" || "$(OS)" == "IOS" +@all: + @echo "FIXME: NSS module not buildable yet on this platform" +.ENDIF VER_MAJOR=3 VER_MINOR=13 -- cgit