Skip to content
Snippets Groups Projects
Commit 6a7a44d1 authored by Adrien Béraud's avatar Adrien Béraud Committed by gerrit2
Browse files

gnutls: fix android build on x86 platforms

This patch fixes a link issue with GnuTLS when building for x86.

Tuleap: #102
Change-Id: Ic46824d95cbf568fedd2a6601a9359acc2672e83
parent 84f878d9
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,14 @@ GNUTLS_CONF := \ ...@@ -46,9 +46,14 @@ GNUTLS_CONF := \
--disable-openssl-compatibility \ --disable-openssl-compatibility \
--disable-guile \ --disable-guile \
--disable-nls \ --disable-nls \
--disable-dtls-srtp-support \
--without-libintl-prefix \ --without-libintl-prefix \
$(HOSTCONF) $(HOSTCONF)
ifdef HAVE_ANDROID
GNUTLS_CONF += --disable-hardware-acceleration
endif
DEPS_gnutls = nettle $(DEPS_nettle) iconv $(DEPS_iconv) DEPS_gnutls = nettle $(DEPS_nettle) iconv $(DEPS_iconv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment