From: Michael Tremer Date: Fri, 12 Nov 2010 20:29:47 +0000 (+0100) Subject: gmp: Requires gcc-c++ to build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e2a658c3912760a90f9dc632178be4845b0cf2;p=ipfire-3.x.git gmp: Requires gcc-c++ to build. --- diff --git a/pkgs/core/gmp/gmp.nm b/pkgs/core/gmp/gmp.nm index f2fe6010a..9084e7a0d 100644 --- a/pkgs/core/gmp/gmp.nm +++ b/pkgs/core/gmp/gmp.nm @@ -46,7 +46,7 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -PKG_BUILD_DEPS+= m4 +PKG_BUILD_DEPS+= gcc-c++ m4 PKG_PACKAGES += $(PKG_NAME_REAL)-devel