diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-06 09:13:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-06 11:15:05 +0200 |
commit | 0ca5b52818d98583feeb59a4b61dde1bcd46b42c (patch) | |
tree | d4b574880c045a69c29bb38dde1d6141ed4af4a6 /external/libxmlsec | |
parent | 4a8f8c09edb06e4ff812d676bc7726a8b4f6ebe8 (diff) |
libxmlsec: no need to build the gcrypt backend on Linux/macOS
We only use the NSS one.
Change-Id: I84c89cb22a1b880d59ada4b68167e14c1223a177
Reviewed-on: https://gerrit.libreoffice.org/39618
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'external/libxmlsec')
-rw-r--r-- | external/libxmlsec/ExternalProject_xmlsec.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxmlsec/ExternalProject_xmlsec.mk b/external/libxmlsec/ExternalProject_xmlsec.mk index 942bda06fbd4..7403e3b8a61c 100644 --- a/external/libxmlsec/ExternalProject_xmlsec.mk +++ b/external/libxmlsec/ExternalProject_xmlsec.mk @@ -38,7 +38,7 @@ $(call gb_ExternalProject_get_state_target,xmlsec,build) : $(if $(filter AIX,$(OS)),ACLOCAL="aclocal -I /opt/freeware/share/aclocal") \ autoreconf \ && ./configure \ - --with-pic --disable-shared --disable-crypto-dl --without-libxslt --without-gnutls --disable-apps --disable-docs \ + --with-pic --disable-shared --disable-crypto-dl --without-libxslt --without-gnutls --without-gcrypt --disable-apps --disable-docs \ $(if $(verbose),--disable-silent-rules,--enable-silent-rules) \ CFLAGS="$(CFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) $(if $(debug),$(gb_DEBUGINFO_FLAGS) $(gb_DEBUG_CFLAGS)) $(gb_VISIBILITY_FLAGS)" \ $(if $(or $(filter-out ANDROID,$(OS)),$(DISABLE_OPENSSL)),--without-openssl,--with-openssl=$(call gb_UnpackedTarball_get_dir,openssl)) \ |