Merge pull request #2219 from MilhouseVH/le90_fix_util_linux_patch

util-linux: fix typo in blkid patch
This commit is contained in:
Christian Hewitt 2017-11-19 07:03:11 +04:00 committed by GitHub
commit af9fd07667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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])