From: Michael Tremer Date: Thu, 2 Sep 2010 23:30:52 +0000 (+0200) Subject: gmp: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64dc7375d8067771ae11067c05ad4a2bf85999fb;p=ipfire-3.x.git gmp: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/gmp/gmp.nm b/pkgs/core/gmp/gmp.nm index 7f71dff4a..f2fe6010a 100644 --- a/pkgs/core/gmp/gmp.nm +++ b/pkgs/core/gmp/gmp.nm @@ -46,16 +46,16 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_BUILD_DEPS+= m4 + +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + ifeq "$(MACHINE)" "x86_64" ABI = 64 else ABI = 32 endif -############################################################################### -# Installation Details -############################################################################### - define STAGE_BUILD cd $(DIR_APP) && \ ABI=$(ABI) \