Skip to content
Snippets Groups Projects
Commit e6bc6611 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: bump GMP


Change-Id: I3da8c7eba0e3b4a53e85315cc5e64463759a2bb9
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 5768e24e
Branches
No related tags found
No related merge requests found
3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117 gmp-6.1.0.tar.bz2
268db88447174617f5746d9a6ba2b105940cc1a5e73155eb23b6eedf55f8e7724eda05d161b2de19aca9e794956d226ba9ed6f23124c7c82f7e1872e32b003cf gmp-6.1.2.tar.bz2
# GNU Multiple Precision Arithmetic
GMP_VERSION := 6.1.0
GMP_VERSION := 6.1.2
GMP_URL := $(GNU)/gmp/gmp-$(GMP_VERSION).tar.bz2
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
......@@ -25,7 +25,7 @@ ifdef HAVE_IOS
else
ifdef HAVE_MACOSX
$(RECONF)
cd $< && $(HOSTVARS) ./configure --without-clock-gettime $(HOSTCONF)
cd $< && $(HOSTVARS) ./configure --without-clock-gettime --enable-static --disable-shared $(HOSTCONF)
else
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment