]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
configure: bump kmod version to >= 23
authorHarald Hoyer <harald@redhat.com>
Tue, 16 Jan 2018 13:16:37 +0000 (14:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 Jan 2018 13:17:16 +0000 (14:17 +0100)
for issue #357

configure

index 236868054084f42855a0f54ac2eef5e66e116ed9..d8985ad4b49f4e0934f9b0e885d9a46adb35546f 100755 (executable)
--- 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
 
 {