* [Buildroot] [PATCH] eudev: disable manpages
@ 2014-03-04 16:30 Gustavo Zacarias
2014-03-04 18:22 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-03-04 16:30 UTC (permalink / raw)
To: buildroot
If host-libxslt or some libxslt is around (xsltproc) eudev will try to
build manpages with it. Problem is docbook DTDs might not be around and
things will break. We want no manpages anyway. Fixes:
http://autobuild.buildroot.net/results/c4e/c4e920b16c57e79df979f00cceaea7c0483f043c/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/eudev/eudev.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index ffa413f..95aa1ce 100644
--- a/package/eudev/eudev.mk
+++ b/package/eudev/eudev.mk
@@ -15,6 +15,7 @@ EUDEV_AUTORECONF = YES
EUDEV_CONF_ENV += LIBS=-lrt
EUDEV_CONF_OPT = \
+ --disable-manpages \
--sbindir=/sbin \
--with-rootlibdir=/lib \
--libexecdir=/lib \
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] eudev: disable manpages
2014-03-04 16:30 [Buildroot] [PATCH] eudev: disable manpages Gustavo Zacarias
@ 2014-03-04 18:22 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-04 18:22 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 4 Mar 2014 13:30:11 -0300, Gustavo Zacarias wrote:
> If host-libxslt or some libxslt is around (xsltproc) eudev will try to
> build manpages with it. Problem is docbook DTDs might not be around and
> things will break. We want no manpages anyway. Fixes:
> http://autobuild.buildroot.net/results/c4e/c4e920b16c57e79df979f00cceaea7c0483f043c/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/eudev/eudev.mk | 1 +
> 1 file changed, 1 insertion(+)
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-03-04 18:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 16:30 [Buildroot] [PATCH] eudev: disable manpages Gustavo Zacarias
2014-03-04 18:22 ` Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.