[Buildroot] [git commit] package/systemd: Force enable blkid

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 2 11:07:15 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=6613e086f4f8877a46161b1658b89d894ad5e8c5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since systemd select BR2_PACKAGE_UTIL_LINUX_LIBBLKID, we can safely
force this option.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/systemd/systemd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 3baa6e7..423afcc 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -27,6 +27,7 @@ endif
 
 SYSTEMD_CONF_OPTS += \
 	--with-rootprefix= \
+	--enable-blkid \
 	--enable-static=no \
 	--disable-manpages \
 	--disable-selinux \


More information about the buildroot mailing list