mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 02:35:05 +00:00
blkid: Warn when rejecting a superblock with a bad csum
Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required sincefdbbad981c(cherry picked from commitd47f6ca5f9)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
a8a2894cce
commit
4fa6b7a1ed
+1
-1
@@ -416,7 +416,7 @@ AM_CONDITIONAL(HAVE_KMOD, [test "$have_kmod" = "yes"])
|
||||
have_blkid=no
|
||||
AC_ARG_ENABLE(blkid, AS_HELP_STRING([--disable-blkid], [disable blkid support]))
|
||||
if test "x$enable_blkid" != "xno"; then
|
||||
PKG_CHECK_MODULES(BLKID, [ blkid >= 2.20 ],
|
||||
PKG_CHECK_MODULES(BLKID, [ blkid >= 2.24 ],
|
||||
[AC_DEFINE(HAVE_BLKID, 1, [Define if blkid is available]) have_blkid=yes], have_blkid=no)
|
||||
if test "x$have_blkid" = xno -a "x$enable_blkid" = xyes; then
|
||||
AC_MSG_ERROR([*** blkid support requested but libraries not found])
|
||||
|
||||
Reference in New Issue
Block a user