diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-12 16:50:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-12 17:03:31 +0300 |
commit | 3442b004e6263cb0526b0c2d96318d21623eec2b (patch) | |
tree | 093886182219aaf47af4b4f1d288a291344d60b8 /external | |
parent | 323142c678d0b3c46d6a33c9e44c9a150d6fe3b9 (diff) |
Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, too
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
Diffstat (limited to 'external')
-rw-r--r-- | external/libxmlsec/ExternalProject_xmlsec.mk | 2 | ||||
-rw-r--r-- | external/libxmlsec/Module_libxmlsec.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/external/libxmlsec/ExternalProject_xmlsec.mk b/external/libxmlsec/ExternalProject_xmlsec.mk index f554ec839d7e..e6bdf4f742ac 100644 --- a/external/libxmlsec/ExternalProject_xmlsec.mk +++ b/external/libxmlsec/ExternalProject_xmlsec.mk @@ -50,7 +50,7 @@ else $(call gb_ExternalProject_get_state_target,xmlsec,build) : $(call gb_ExternalProject_run,build,\ - $(if $(filter MACOSX,$(OS)),ACLOCAL="aclocal -I $(SRCDIR)/m4/mac") \ + $(if $(filter IOS MACOSX,$(OS)),ACLOCAL="aclocal -I $(SRCDIR)/m4/mac") \ $(if $(filter AIX,$(OS)),ACLOCAL="aclocal -I /opt/freeware/share/aclocal") \ autoreconf \ && ./configure \ diff --git a/external/libxmlsec/Module_libxmlsec.mk b/external/libxmlsec/Module_libxmlsec.mk index 3e51e4ace55f..491dec7986f6 100644 --- a/external/libxmlsec/Module_libxmlsec.mk +++ b/external/libxmlsec/Module_libxmlsec.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Module_Module,libxmlsec)) -ifneq ($(filter-out ANDROID IOS,$(OS)),) +ifneq ($(filter-out ANDROID,$(OS)),) $(eval $(call gb_Module_add_targets,libxmlsec,\ UnpackedTarball_xmlsec \ ExternalPackage_xmlsec \ |