From: Harald Hoyer Date: Tue, 16 Jan 2018 13:16:37 +0000 (+0100) Subject: configure: bump kmod version to >= 23 X-Git-Tag: 047~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a0da60ed18b33e39fe8e36864800bbaaa0448b4;p=thirdparty%2Fdracut.git configure: bump kmod version to >= 23 for issue #357 --- diff --git a/configure b/configure index 236868054..d8985ad4b 100755 --- a/configure +++ b/configure @@ -66,8 +66,8 @@ sbindir ?= ${sbindir:-${prefix}/sbin} mandir ?= ${mandir:-${prefix}/share/man} enable_documentation ?= ${enable_documentation:-yes} bindir ?= ${bindir:-${prefix}/bin} -KMOD_CFLAGS ?= $(${PKG_CONFIG} --cflags " libkmod >= 15 ") -KMOD_LIBS ?= $(${PKG_CONFIG} --libs " libkmod >= 15 ") +KMOD_CFLAGS ?= $(${PKG_CONFIG} --cflags " libkmod >= 23 ") +KMOD_LIBS ?= $(${PKG_CONFIG} --libs " libkmod >= 23 ") EOF {