summaryrefslogtreecommitdiff
path: root/package/util-linux-ng
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 15:16:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 15:16:20 +0200
commitd46e3d386da9afd01d9ddf1ec35b475678a65d77 (patch)
treee02e1a2402ab5e147abe475e51c3c2a9f8236cfc /package/util-linux-ng
parent0d7eae088948ff5b1e0fbf66785ba71848900357 (diff)
parent14737aace17a515e3e7c1f05187909c26a5b1406 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r--package/util-linux-ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile
index ea059fd86..e81a5b808 100644
--- a/package/util-linux-ng/Makefile
+++ b/package/util-linux-ng/Makefile
@@ -37,8 +37,8 @@ $(eval $(call PKG_template,MCOOKIE,mcookie,${PKG_VERSION}-${PKG_RELEASE},${PKG_D
CONFIGURE_ARGS+= --disable-use-tty-group \
--disable-schedutils \
--disable-cramfs \
- --disable-libuuid \
- --disable-libblkid \
+ --enable-libuuid \
+ --enable-libblkid \
--enable-libmount \
--enable-mount
MAKE_FLAGS+= OPT="${TARGET_CFLAGS}" ARCH="${ARCH}"