summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-13 11:23:45 +0200
committerwbx <wbx@openadk.org>2011-04-13 11:23:45 +0200
commitc2a3330fd237c9fc700a850a2420de8e0d7891c2 (patch)
treee07878f29d1427d6990e1403e9e05451ce60467d /package
parent2dc5f98bf2e18189876b93ab07b3cc42cc7c3925 (diff)
workaround for buggy builddeps
Diffstat (limited to 'package')
-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}"