diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-28 20:55:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-28 20:55:27 +0100 |
commit | cf5ef7c683fa845a6e6412b319e0a1040aa0f445 (patch) | |
tree | 7185c1650c8b34ddf643fcc0b82b663fcec4d0a4 /package/util-linux-ng | |
parent | f895baf25a71be2f71eb8f66dad003dc59a5e85e (diff) |
some patches found via make bulkallmod
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r-- | package/util-linux-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index f89023133..2632aa310 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --disable-schedutils \ --disable-cramfs \ --disable-libuuid \ - --enable-libblkid \ + --disable-libblkid \ --enable-libmount \ --enable-mount MAKE_FLAGS+= OPT="${TARGET_CFLAGS}" ARCH="${ARCH}" |