Skip to content
Snippets Groups Projects
Commit 8a1c2b65 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

gnutls: disable libtasn build for darwin

Change-Id: I715364bb626eff621bcd923e32f75a19dec03616
parent 3a0ce1ea
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ GNUTLS_CONF := \ ...@@ -42,7 +42,6 @@ GNUTLS_CONF := \
--disable-cxx \ --disable-cxx \
--disable-srp-authentication \ --disable-srp-authentication \
--disable-psk-authentication-FIXME \ --disable-psk-authentication-FIXME \
--with-included-libtasn1 \
--with-included-unistring \ --with-included-unistring \
--disable-openpgp-authentication \ --disable-openpgp-authentication \
--disable-openssl-compatibility \ --disable-openssl-compatibility \
...@@ -53,6 +52,10 @@ GNUTLS_CONF := \ ...@@ -53,6 +52,10 @@ GNUTLS_CONF := \
--without-idn \ --without-idn \
$(HOSTCONF) $(HOSTCONF)
ifndef HAVE_DARWIN_OS
GNUTLS_CONF += --with-included-libtasn1
endif
ifdef HAVE_IOS ifdef HAVE_IOS
GNUTLS_CONF += --disable-hardware-acceleration GNUTLS_CONF += --disable-hardware-acceleration
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment