forked from pool/xtables-addons
Deactivate TEE, CHECKSUM
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=17
This commit is contained in:
parent
fc25f82001
commit
1be2c81a9c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 9 06:59:07 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- Do not build xt_TEE, xt_CHECKSUM; they are provided in newer
|
||||
iptables and kernel versions already
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 08:17:43 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -65,13 +65,6 @@ if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi;
|
||||
|
||||
%if 0%{?suse_version} <= 1130
|
||||
# xt_TEE not included prior to 2.6.35
|
||||
perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig;
|
||||
# xt_CHECKSUM not included prior to 2.6.36
|
||||
perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=m}' mconfig;
|
||||
%endif
|
||||
|
||||
%build
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
|
Loading…
Reference in New Issue
Block a user