From: Michael Tremer Date: Mon, 22 Feb 2010 00:49:30 +0000 (+0100) Subject: gmp: Update to 5.0.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea6a5944040fa7856511905b4b0e7aad0c76525;p=ipfire-3.x.git gmp: Update to 5.0.1. Fixes issue #545. --- diff --git a/pkgs/core/gmp/gmp.nm b/pkgs/core/gmp/gmp.nm index ccac590c5..4e398b1af 100644 --- a/pkgs/core/gmp/gmp.nm +++ b/pkgs/core/gmp/gmp.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = gmp -PKG_VER = 4.3.1 +PKG_VER = 5.0.1 PKG_REL = 0 PKG_MAINTAINER = @@ -73,11 +73,3 @@ endef define STAGE_TEST cd $(DIR_APP) && make check endef - -define STAGE_INSTALL - cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) - - -mkdir -pv $(BUILDROOT)/usr/share/doc/$(THISAPP) - cd $(DIR_APP) && cp -vf doc/{isa_abi_headache,configuration} doc/*.html \ - $(BUILDROOT)/usr/share/doc/$(THISAPP) -endef