Jan Engelhardt 2019-11-01 17:21:03 +00:00 committed by Git OBS Bridge
parent 9ad1152c3a
commit dec1f19208

View File

@ -16,16 +16,16 @@ Skip these two steps from Makefile.am altogether.
Makefile.am | 2 --
1 file changed, 2 deletions(-)
Index: ipset-6.29/Makefile.am
Index: ipset-7.4/Makefile.am
===================================================================
--- ipset-6.29.orig/Makefile.am
+++ ipset-6.29/Makefile.am
--- ipset-7.4.orig/Makefile.am
+++ ipset-7.4/Makefile.am
@@ -72,8 +72,6 @@ modules_install:
if WITH_KMOD
${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel/net \
KDIR=$$PWD/kernel modules_install
- @modinfo -b ${INSTALL_MOD_PATH} ip_set_hash_ip | ${GREP} /extra/ >/dev/null || echo "$$DEPMOD_WARNING"
- @lsmod | ${GREP} '^ip_set' >/dev/null && echo "$$MODULE_WARNING"
- @lsmod | ${GREP} '^ip_set' >/dev/null && echo "$$MODULE_WARNING"; true
else
@echo Skipping kernel modules due to --with-kmod=no
endif