Commit dc0ca561 authored by David Fuhrmann's avatar David Fuhrmann

contrib: disable gnutls on darwin os

parent b9f4af75
...@@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.1.17 ...@@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.1.17
GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz
ifdef BUILD_NETWORK ifdef BUILD_NETWORK
ifndef HAVE_IOS ifndef HAVE_DARWIN_OS
PKGS += gnutls PKGS += gnutls
endif endif
endif 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