summaryrefslogtreecommitdiffstats
path: root/package/eudev
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-03-04 13:30:11 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-04 19:21:17 +0100
commitd5604d9c3de6cd0b24db1351227b017fd8a8be75 (patch)
treecad5460791d57545d18478885c6e0130c3a238d3 /package/eudev
parent371327f7b6a7be641ecb109bb0f42d5d9550382b (diff)
eudev: disable manpages
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/eudev')
-rw-r--r--package/eudev/eudev.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index ffa413f3a..95aa1ce3b 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 \