ebtables: Fix #3742
This commit is contained in:
parent
9a1b1e08e0
commit
0b97e9adc4
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'ebtables'
|
||||
pkgname=ebtables
|
||||
version=2.0.10.4
|
||||
revision=5
|
||||
_version=${version%.*}-${version##*.}
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
conf_files="/etc/ebtables.conf"
|
||||
short_desc="Filtering tool for a Linux-based bridging firewall"
|
||||
|
@ -20,6 +20,8 @@ make_install_args="
|
|||
SYSCONFIGDIR=/etc
|
||||
"
|
||||
|
||||
LDFLAGS="-Wl,--no-as-needed"
|
||||
|
||||
pre_build() {
|
||||
rm include/linux/if_ether.h
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue