From a04cbc663da7008f3dc25cd355530512b702af44 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 05:52:28 +0000 Subject: BUGFIX: fixup iptables build, which was failing due to an erronious /usr/src/linux/include in the include path. BKrev: 400cc21c83z0u7Y8MLbAJkd7gEj8Og --- iptables/iptables_1.2.9.oe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'iptables') 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 } -- cgit v1.2.3