parent
b6c7c020b9
commit
e0e9076b46
2 changed files with 5 additions and 33 deletions
|
@ -1,30 +0,0 @@
|
||||||
From 35ddfd15b4742f73fd677ea6fb1a6bfa5fa709a9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Anthony Iliopoulos <ailiop@altatus.com>
|
|
||||||
Date: Mon, 15 Feb 2021 13:24:04 +0100
|
|
||||||
Subject: [PATCH] extentions makefile: add check to the phony targets
|
|
||||||
|
|
||||||
check-recurse from the top level makefile errors out when descenting
|
|
||||||
into the extentions directory, since the makefile there doesn't include
|
|
||||||
a check target.
|
|
||||||
|
|
||||||
Signed-off-by: Anthony Iliopoulos <ailiop@altatus.com>
|
|
||||||
---
|
|
||||||
extensions/GNUmakefile.in | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git extensions/GNUmakefile.in extensions/GNUmakefile.in
|
|
||||||
index 956ccb3..78ce2ee 100644
|
|
||||||
--- a/extensions/GNUmakefile.in
|
|
||||||
+++ b/extensions/GNUmakefile.in
|
|
||||||
@@ -79,7 +79,7 @@ targets_install :=
|
|
||||||
|
|
||||||
.SECONDARY:
|
|
||||||
|
|
||||||
-.PHONY: all install uninstall clean distclean FORCE
|
|
||||||
+.PHONY: all install uninstall check clean distclean FORCE
|
|
||||||
|
|
||||||
all: ${targets}
|
|
||||||
|
|
||||||
--
|
|
||||||
2.30.1
|
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'iptables'
|
# Template file for 'iptables'
|
||||||
pkgname=iptables
|
pkgname=iptables
|
||||||
version=1.8.7
|
version=1.8.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
|
configure_args="--enable-libipq --enable-shared --enable-devel --enable-bpf-compiler"
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="pkg-config flex"
|
||||||
makedepends="libpcap-devel libfl-devel libmnl-devel libnfnetlink-devel
|
makedepends="libpcap-devel libfl-devel libmnl-devel libnfnetlink-devel
|
||||||
libnetfilter_conntrack-devel libnftnl-devel"
|
libnetfilter_conntrack-devel libnftnl-devel"
|
||||||
|
checkdepends="python3"
|
||||||
short_desc="Linux IPv[46] packet filtering ruleset"
|
short_desc="Linux IPv[46] packet filtering ruleset"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.netfilter.org/"
|
homepage="https://www.netfilter.org/"
|
||||||
distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.bz2"
|
distfiles="https://www.netfilter.org/projects/iptables/files/iptables-${version}.tar.xz"
|
||||||
checksum=c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0
|
checksum=ef6639a43be8325a4f8ea68123ffac236cb696e8c78501b64e8106afb008c87f
|
||||||
alternatives="
|
alternatives="
|
||||||
iptables:ip6tables:/usr/bin/xtables-legacy-multi
|
iptables:ip6tables:/usr/bin/xtables-legacy-multi
|
||||||
iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
|
iptables:ip6tables-restore:/usr/bin/xtables-legacy-multi
|
||||||
|
@ -20,6 +21,7 @@ alternatives="
|
||||||
iptables:iptables:/usr/bin/xtables-legacy-multi
|
iptables:iptables:/usr/bin/xtables-legacy-multi
|
||||||
iptables:iptables-restore:/usr/bin/xtables-legacy-multi
|
iptables:iptables-restore:/usr/bin/xtables-legacy-multi
|
||||||
iptables:iptables-save:/usr/bin/xtables-legacy-multi"
|
iptables:iptables-save:/usr/bin/xtables-legacy-multi"
|
||||||
|
make_check=no #/etc/ethertypes is missing
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
rm include/linux/types.h
|
rm include/linux/types.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue