d9da6674aa
- git snapshot
27 lines
823 B
Diff
27 lines
823 B
Diff
From 2a0da60ed18b33e39fe8e36864800bbaaa0448b4 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Tue, 16 Jan 2018 14:16:37 +0100
|
|
Subject: [PATCH] configure: bump kmod version to >= 23
|
|
|
|
for issue #357
|
|
---
|
|
configure | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 23686805..d8985ad4 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
|
|
|
|
{
|
|
|