eudev: disable manpages
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 4 Mar 2014 16:30:11 +0000 (13:30 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Mar 2014 18:21:17 +0000 (19:21 +0100)
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>
package/eudev/eudev.mk

index ffa413f3add8b55b8f890d3caabe6b9dc5baef37..95aa1ce3b3d2029a37dfb6ed19b8b24ddc6705f0 100644 (file)
@@ -15,6 +15,7 @@ EUDEV_AUTORECONF = YES
 EUDEV_CONF_ENV += LIBS=-lrt
 
 EUDEV_CONF_OPT =               \
+       --disable-manpages      \
        --sbindir=/sbin         \
        --with-rootlibdir=/lib  \
        --libexecdir=/lib       \