Browse Source

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>
Gustavo Zacarias 11 years ago
parent
commit
d5604d9c3d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/eudev/eudev.mk

+ 1 - 0
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	\