From: Chris Larson Date: Tue, 20 Jan 2004 05:52:28 +0000 (+0000) Subject: BUGFIX: fixup iptables build, which was failing due to an erronious /usr/src/linux... X-Git-Tag: Release-2010-05/1~20299 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04cbc663da7008f3dc25cd355530512b702af44;p=openembedded.git BUGFIX: fixup iptables build, which was failing due to an erronious /usr/src/linux/include in the include path. BKrev: 400cc21c83z0u7Y8MLbAJkd7gEj8Og --- diff --git a/iptables/iptables_1.2.9.oe b/iptables/iptables_1.2.9.oe index 55af54b770..da3ed0560c 100644 --- a/iptables/iptables_1.2.9.oe +++ b/iptables/iptables_1.2.9.oe @@ -6,12 +6,13 @@ SRC_URI = http://www.netfilter.org/files/iptables-1.2.9.tar.bz2 S = "${WORKDIR}/iptables-1.2.9" +export COPT_FLAGS=${CFLAGS} +export KERNEL_DIR=${STAGING_INCDIR} do_compile () { unset CFLAGS - oe_runmake PREFIX=${prefix} + oe_runmake } do_install () { - unset CFLAGS oe_runmake PREFIX=${prefix} DESTDIR=${D} install }