From: Holger Schurig Date: Wed, 19 May 2004 13:30:16 +0000 (+0000) Subject: contributed by jeroen@hoc.xs4all.nl X-Git-Tag: Release-2010-05/1~19094 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1500f7d22111985f9347b78fc256272f587e068;p=openembedded.git contributed by jeroen@hoc.xs4all.nl BKrev: 40ab6168Uy5t4PpIbOEtE4qfFqlRIA --- diff --git a/iptables/iptables_1.2.9.oe b/iptables/iptables_1.2.9.oe index e6286e2aec..6b59b32a7a 100644 --- a/iptables/iptables_1.2.9.oe +++ b/iptables/iptables_1.2.9.oe @@ -7,11 +7,13 @@ S = "${WORKDIR}/iptables-${PV}" export COPT_FLAGS = "${CFLAGS}" export KERNEL_DIR = "${STAGING_INCDIR}" + do_compile () { unset CFLAGS - oe_runmake + oe_runmake BINDIR=${D}/usr/bin LIBDIR=${D}/usr/lib MANDIR=${D}/usr/man NO_SHARED_LIBS=1 } do_install () { - oe_runmake PREFIX=${prefix} DESTDIR=${D} install +# oe_runmake PREFIX=${prefix} DESTDIR=${D} install + oe_runmake BINDIR=${D}/usr/bin LIBDIR=${D}/usr/lib MANDIR=${D}/usr/man install NO_SHARED_LIBS=1 }