summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-07-03 00:20:54 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 09:13:50 +0200
commitb1ead37082d5688e60b0ec8efb926a01b55e8b57 (patch)
tree58dbd1107e6185ea168870cfdd8279e0fe49c253
parent94eb3843f9da07844e14747b68c412fb8764dd65 (diff)
downloadbuildroot-b1ead37082d5688e60b0ec8efb926a01b55e8b57.tar.gz
buildroot-b1ead37082d5688e60b0ec8efb926a01b55e8b57.zip
libtool: add explicit dependencies for host variant
Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libtool/libtool.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 8688f8b20c..1d066bd1ec 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -10,6 +10,7 @@ LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
LIBTOOL_CONF_ENV = HELP2MAN=true
LIBTOOL_DEPENDENCIES = host-m4
+HOST_LIBTOOL_DEPENDENCIES = host-m4
LIBTOOL_LICENSE = GPLv2+
LIBTOOL_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud