diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-05-19 13:30:16 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-05-19 13:30:16 +0000 |
commit | f1500f7d22111985f9347b78fc256272f587e068 (patch) | |
tree | 6d287bfca8afe62d7a58f15f4c28fd08872bbb36 /iptables/iptables_1.2.9.oe | |
parent | 2333f251b3a5faa968c43cf8b77ad325e84e9eb2 (diff) |
contributed by jeroen@hoc.xs4all.nl
BKrev: 40ab6168Uy5t4PpIbOEtE4qfFqlRIA
Diffstat (limited to 'iptables/iptables_1.2.9.oe')
-rw-r--r-- | iptables/iptables_1.2.9.oe | 6 |
1 files changed, 4 insertions, 2 deletions
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 } |