* [Buildroot] [PATCH] libtool: fix help2man related failure
@ 2014-12-21 17:34 Gustavo Zacarias
2014-12-21 19:03 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-12-21 17:34 UTC (permalink / raw)
To: buildroot
Libtool sometimes requires help2man to build manpages, but since we
don't use/need them and want to avoid pulling in and/or building
dependencies for that we just disable it. Fixes:
http://autobuild.buildroot.net/results/bfb/bfb9e298196d877b623580f882b6fe74b30bec9b/
Also add host-m4 as dependency, it's not strictly required but silences
many build warnings.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libtool/libtool.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index c392e25..92c6dce 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -8,6 +8,8 @@ LIBTOOL_VERSION = 2.4.4
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
+LIBTOOL_CONF_ENV = HELP2MAN=true
+LIBTOOL_DEPENDENCIES = host-m4
LIBTOOL_LICENSE = GPLv2+
LIBTOOL_LICENSE_FILES = COPYING
--
2.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libtool: fix help2man related failure
2014-12-21 17:34 [Buildroot] [PATCH] libtool: fix help2man related failure Gustavo Zacarias
@ 2014-12-21 19:03 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-12-21 19:03 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Sun, 21 Dec 2014 14:34:11 -0300, Gustavo Zacarias wrote:
> Libtool sometimes requires help2man to build manpages, but since we
> don't use/need them and want to avoid pulling in and/or building
> dependencies for that we just disable it. Fixes:
> http://autobuild.buildroot.net/results/bfb/bfb9e298196d877b623580f882b6fe74b30bec9b/
>
> Also add host-m4 as dependency, it's not strictly required but silences
> many build warnings.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
I was initially a bit worried by the new host-m4 dependency, but since
host-autoconf already depends on host-m4, in most situations, we build
both host-autoconf and host-libtool, so we're fine.
Applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-21 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-21 17:34 [Buildroot] [PATCH] libtool: fix help2man related failure Gustavo Zacarias
2014-12-21 19:03 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox