summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-07-12 00:16:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-15 19:40:10 +0200
commitdf8525530f004c52c602031800c9242b49e6b5a8 (patch)
tree6f89fb7ece43f493d36362012daf31a38f10cb2e
parent53e49ce9cad5580de710be4a45884d4e2a44c6fc (diff)
downloadbuildroot-df8525530f004c52c602031800c9242b49e6b5a8.tar.gz
buildroot-df8525530f004c52c602031800c9242b49e6b5a8.zip
package/eudev: fix configure options
--enable-libkmod does not exist, but there's --enable-kmod. Also, add --enable-blkid to the list of options, since we already depend on it (from util-linux). Also do not align \ for line continuations. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/eudev/eudev.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index e3d3d63192..0fe96e8aac 100644
--- a/package/eudev/eudev.mk
+++ b/package/eudev/eudev.mk
@@ -14,13 +14,14 @@ EUDEV_INSTALL_STAGING = YES
# mq_getattr is in librt
EUDEV_CONF_ENV += LIBS=-lrt
-EUDEV_CONF_OPTS = \
- --disable-manpages \
- --sbindir=/sbin \
- --libexecdir=/lib \
- --with-firmware-path=/lib/firmware \
- --disable-introspection \
- --enable-libkmod
+EUDEV_CONF_OPTS = \
+ --disable-manpages \
+ --sbindir=/sbin \
+ --libexecdir=/lib \
+ --with-firmware-path=/lib/firmware \
+ --disable-introspection \
+ --enable-kmod \
+ --enable-blkid
EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux kmod
EUDEV_PROVIDES = udev
OpenPOWER on IntegriCloud