Skip to content
Snippets Groups Projects
Commit 19e8ac39 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

contrib: use gmp from system if possible

Avoid to rebuild gmp by specifying a minimal version

Change-Id: Ib1a9eb391bac85bc07dd3cb25c9aa166d69c6434
parent d48291ac
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@
GMP_VERSION := 6.3.0
GMP_URL := $(GNU)/gmp/gmp-$(GMP_VERSION).tar.bz2
ifeq ($(call need_pkg,'gmp >= 6.2.0'),)
PKGS_FOUND += gmp
endif
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
$(call download,$(GMP_URL))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment