diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 18:21:58 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-30 07:02:05 +0000 |
commit | 533d0d519363e59c65c54547e11ce909174a07dd (patch) | |
tree | 1d9d6373c068c98d83aad3e621d716d809647abc /main/iptables/APKBUILD | |
parent | 967c039405cb2901b8e17e22e42ab6a6bd8735ee (diff) | |
download | aports-533d0d519363e59c65c54547e11ce909174a07dd.zip |
main/iptables: remove sed call that does not apply anymore
fixes #11343
Diffstat (limited to 'main/iptables/APKBUILD')
-rw-r--r-- | main/iptables/APKBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index b11113b82ff..d354d52443d 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -20,13 +20,6 @@ source="https://www.netfilter.org/projects/iptables/files/iptables-$pkgver.tar.b ebtables.confd " -prepare() { - default_prepare - - sed -i -e '/if_packet/i#define __aligned_u64 __u64 __attribute__((aligned(8)))' \ - extensions/libxt_pkttype.c -} - build() { export CFLAGS="$CFLAGS -D_GNU_SOURCE" ./configure \ |