summaryrefslogtreecommitdiff
path: root/package/util-linux-ng
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 12:38:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 12:38:19 +0200
commitfbbcb6e8ecb9a448e6f46d7dfd26157405fb710c (patch)
treeeb106a0372f578abe3bc391688bbbe139b6e6529 /package/util-linux-ng
parent6def834a1cba9c07fc3a49b0295643a02abe27c8 (diff)
parentc2a3330fd237c9fc700a850a2420de8e0d7891c2 (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}"