From 6dabfafa22022b1bc666d0059fe3bfc89734808c Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 15 Nov 2017 04:26:40 +0000 Subject: [PATCH] util-linux: fix typo in blkid patch --- .../patches/util-linux-blkid_swapon_mkfs_uuidgen.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/util-linux/patches/util-linux-blkid_swapon_mkfs_uuidgen.patch b/packages/sysutils/util-linux/patches/util-linux-blkid_swapon_mkfs_uuidgen.patch index a44eb4900e..2be176b24e 100644 --- a/packages/sysutils/util-linux/patches/util-linux-blkid_swapon_mkfs_uuidgen.patch +++ b/packages/sysutils/util-linux/patches/util-linux-blkid_swapon_mkfs_uuidgen.patch @@ -10,7 +10,7 @@ diff -Naur a/configure.ac b/configure.ac + AS_HELP_STRING([--disable-uuidgen], [do not build uuidgen]), + [], [UL_DEFAULT_ENABLE([uuidgen], [check])] +) -+UL_BUILD_INIT([uuidgen]]) ++UL_BUILD_INIT([uuidgen]) UL_REQUIRES_BUILD([uuidgen], [libuuid]) AM_CONDITIONAL([BUILD_UUIDGEN], [test "x$build_uuidgen" = xyes])