Commit b957f4bf authored by Rafaël Carré's avatar Rafaël Carré

contrib: we don't use nettle directly, only as a gnutls dependency

parent 25d1d8ee
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
NETTLE_VERSION := 2.6 NETTLE_VERSION := 2.6
NETTLE_URL := ftp://ftp.gnu.org/gnu/nettle/nettle-$(NETTLE_VERSION).tar.gz NETTLE_URL := ftp://ftp.gnu.org/gnu/nettle/nettle-$(NETTLE_VERSION).tar.gz
# PKGS += nettle
$(TARBALLS)/nettle-$(NETTLE_VERSION).tar.gz: $(TARBALLS)/nettle-$(NETTLE_VERSION).tar.gz:
$(call download,$(NETTLE_URL)) $(call download,$(NETTLE_URL))
......
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