Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
@ 2015-07-03  1:14 Sam Bobroff
  2015-07-03 16:07 ` Arnout Vandecappelle
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sam Bobroff @ 2015-07-03  1:14 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Sam Bobroff <sam.bobroff@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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-07  7:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03  1:14 [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo Sam Bobroff
2015-07-03 16:07 ` Arnout Vandecappelle
2015-07-03 17:56 ` Yann E. MORIN
2015-07-04 10:45 ` Thomas Petazzoni
2015-07-06 21:37   ` Arnout Vandecappelle
2015-07-07  6:20     ` Peter Korsgaard
2015-07-07  7:22     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox