Commit e453aec1 authored by David Fuhrmann's avatar David Fuhrmann

contribs/gnutls: disable on iOS

parent ebf778dc
......@@ -4,8 +4,10 @@ GNUTLS_VERSION := 3.1.17
GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz
ifdef BUILD_NETWORK
ifndef HAVE_IOS
PKGS += gnutls
endif
endif
ifeq ($(call need_pkg,"gnutls >= 3.0.20"),)
PKGS_FOUND += gnutls
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment