[Buildroot] [PATCH 1/1] package/libtool: disable makeinfo

Sam Bobroff sam.bobroff at au1.ibm.com
Fri Jul 3 01:14:38 UTC 2015


host-libtool can fail to build if the host is missing makeinfo, so
disable it.

Signed-off-by: Sam Bobroff <sam.bobroff at au1.ibm.com>
---
Without this patch, buildroot fails to build host-libtool on my Debian
8 system, as it doesn't have the texinfo package installed.

 package/libtool/libtool.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 28786d2..8688f8b 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -13,6 +13,7 @@ LIBTOOL_DEPENDENCIES = host-m4
 LIBTOOL_LICENSE = GPLv2+
 LIBTOOL_LICENSE_FILES = COPYING
 
+HOST_LIBTOOL_CONF_ENV = MAKEINFO=true
 HOST_LIBTOOL_LIBTOOL_PATCH = NO
 
 # We have a patch that affects libtool.m4, which triggers an autoreconf
-- 
2.1.4



More information about the buildroot mailing list