summaryrefslogtreecommitdiff
path: root/package/util-linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-08-24 22:59:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-08-24 23:00:04 +0200
commit5254909543f0abbf642bb6948840791d8e84f713 (patch)
tree829bd12b43930210df0ae0ae764af24a2a6f89a8 /package/util-linux
parent9683c207c75e5bc6513b1e8db6bdc2ed4c3db1f5 (diff)
util-linux: fix mcookie compile
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 93e3da14d..d15144e25 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \
--enable-libblkid \
--enable-libmount
-ifeq ($(ADK_PACKAGE_FDISK)$(ADK_PACKAGE_SFDISK)$(ADK_PACKAGE_CFDISK)$(ADK_PACKAGE_MKFS)$(ADK_PACKAGE_MOUNT)$(ADK_PACKAGE_SWAP_UTILS),)
+ifeq ($(ADK_PACKAGE_FDISK)$(ADK_PACKAGE_SFDISK)$(ADK_PACKAGE_CFDISK)$(ADK_PACKAGE_MKFS)$(ADK_PACKAGE_MOUNT)$(ADK_PACKAGE_SWAP_UTILS)$(ADK_PACKAGE_MCOOKIE),)
CONFIGURE_ARGS+= --disable-all-programs
endif