summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-20 17:27:43 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-21 05:53:00 +0200
commit2c83114ffecf311f8e523255320365a1eb0850db (patch)
tree0b2f6fa46e6f12df7d4da44b4d93efa7789289c6
parent50332a530b1b87095f6f3bffb3db2c1b4187fe49 (diff)
downloadbuildroot-2c83114ffecf311f8e523255320365a1eb0850db.tar.gz
buildroot-2c83114ffecf311f8e523255320365a1eb0850db.zip
util-linux: enable libmount for host variant
It's a necessary dependency to build the new host-libglib2. libblkd is an indirect dependency for libmount. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/util-linux/util-linux.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 82a726e939..f648155445 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -117,13 +117,14 @@ UTIL_LINUX_CONF_OPTS += \
$(if $(BR2_PACKAGE_UTIL_LINUX_WRITE),--enable-write,--disable-write) \
$(if $(BR2_PACKAGE_UTIL_LINUX_ZRAMCTL),--enable-zramctl,--disable-zramctl)
-# In the host version of util-linux, we so far only require libuuid,
-# and none of the util-linux utilities, so we disable all of them, unless
-# BR2_PACKAGE_HOST_UTIL_LINUX is set
+# In the host version of util-linux, we only require libuuid and
+# libmount (plus libblkid as an indirect dependency of libmount).
+# So disable all of the programs, unless BR2_PACKAGE_HOST_UTIL_LINUX is set
HOST_UTIL_LINUX_CONF_OPTS += \
+ --enable-libblkid \
+ --enable-libmount \
--enable-libuuid \
- --disable-libblkid --disable-libmount \
--without-ncurses
ifeq ($(BR2_PACKAGE_HOST_UTIL_LINUX),y)
OpenPOWER on IntegriCloud