package/systemd: Force enable blkid
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Fri, 1 Jul 2016 21:51:28 +0000 (23:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 11:07:15 +0000 (13:07 +0200)
Since systemd select BR2_PACKAGE_UTIL_LINUX_LIBBLKID, we can safely
force this option.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/systemd.mk

index 3baa6e731a7966de02f5bb93fd5f24bb50a0d291..423afcc1bb355a6eff0af43ddccdb443de18e510 100644 (file)
@@ -27,6 +27,7 @@ endif
 
 SYSTEMD_CONF_OPTS += \
        --with-rootprefix= \
+       --enable-blkid \
        --enable-static=no \
        --disable-manpages \
        --disable-selinux \