Commit 1f0542a7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib/nettle: detect system nettle

parent f687992b
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
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
ifeq ($(call need_pkg,"nettle >= 2.6"),)
PKGS_FOUND += nettle
endif
$(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