diff mbox

[10/22] gmp: requires host-m4

Message ID 1364113606-20836-11-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 6593ff6a87194c2d6bb6767d29648f9fc669df14
Headers show

Commit Message

Thomas Petazzoni March 24, 2013, 8:26 a.m. UTC
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>
---
 package/gmp/gmp.mk |    2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard March 24, 2013, 12:43 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> On a system where m4 is not installed, gmp does not build due to the
 Thomas> lack of m4. Add the missing host-m4 dependency.

Committed, thanks.
diff mbox

Patch

diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index 093d60c..24fbb3d 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"