iptables: unbreak cross compilation.

This commit is contained in:
Juan RP 2015-12-19 06:43:08 +01:00
parent fe8028c913
commit 2877fa4ed9

View file

@ -16,7 +16,7 @@ checksum=4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60
disable_parallel_build=yes
if [ "$CROSS_BUILD" ]; then
hostmakedepends="automake libtool gettext-devel pkg-config"
hostmakedepends+=" automake libtool gettext-devel"
pre_configure() {
autoreconf -fi
}