iptables: fix build with linux-3.2

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-21 02:54:30 +01:00
parent 8428de6894
commit 7f38439291

View File

@ -23,6 +23,10 @@
. config/options $1
cd $PKG_BUILD
# remove for building with linux-3.2
rm -f include/linux/types.h
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \