diff options
| author | Sam bobroff <sam.bobroff@au1.ibm.com> | 2015-07-03 11:14:38 +1000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-04 12:43:41 +0200 |
| commit | 9a42ba3eeba08e450762141be03156208f2b4de0 (patch) | |
| tree | 02a3c6dd44b21593b990b66f917e6513912e7308 /package/libtool | |
| parent | a4a41207241f63a6c134feb75332e2bd8e64afa2 (diff) | |
| download | buildroot-9a42ba3eeba08e450762141be03156208f2b4de0.tar.gz buildroot-9a42ba3eeba08e450762141be03156208f2b4de0.zip | |
package/libtool: disable makeinfo
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>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libtool')
| -rw-r--r-- | package/libtool/libtool.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 28786d2df9..8688f8b20c 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 |

