Commit 0507661c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: simplify gnutls rules

parent 63527c64
......@@ -40,23 +40,7 @@ GNUTLS_CONF := \
--disable-guile \
$(HOSTCONF)
USE_GCRYPT=0
ifdef HAVE_WIN32
USE_GCRYPT=0
endif
ifdef HAVE_MACOSX
USE_GCRYPT=0
endif
ifdef HAVE_ANDROID
USE_GCRYPT=0
endif
ifeq (1,$(USE_GCRYPT))
GNUTLS_CONF += --with-libgcrypt
DEPS_gnutls = gcrypt $(DEPS_gcrypt)
else
DEPS_gnutls = nettle $(DEPS_nettle)
endif
.gnutls: gnutls
ifdef HAVE_ANDROID
......
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