summaryrefslogtreecommitdiffstats
path: root/package/gmp
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-23 22:26:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-24 13:43:08 +0100
commit6593ff6a87194c2d6bb6767d29648f9fc669df14 (patch)
treef1420d22a4b4b742966851af13ade4fcf5a7c32a /package/gmp
parent69c50c5945c08d7777cc2a36b6acf9c0cc4d8be2 (diff)
downloadbuildroot-novena-6593ff6a87194c2d6bb6767d29648f9fc669df14.tar.gz
buildroot-novena-6593ff6a87194c2d6bb6767d29648f9fc669df14.zip
gmp: requires host-m4
On a system where m4 is not installed, gmp does not build due to the lack of m4. Add the missing host-m4 dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gmp')
-rw-r--r--package/gmp/gmp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index 093d60caf..24fbb3db6 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -11,6 +11,8 @@ GMP_INSTALL_STAGING = YES
GMP_LICENSE = LGPLv3+
GMP_LICENSE_FILES = COPYING.LIB
+GMP_DEPENDENCIES = host-m4
+
# Bad ARM assembly breaks on pure thumb
ifeq ($(ARCH),arm)
GMP_MAKE_OPT += CFLAGS="$(TARGET_CFLAGS) -marm"