aboutsummaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-05-19 13:30:16 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-05-19 13:30:16 +0000
commitf1500f7d22111985f9347b78fc256272f587e068 (patch)
tree6d287bfca8afe62d7a58f15f4c28fd08872bbb36 /iptables
parent2333f251b3a5faa968c43cf8b77ad325e84e9eb2 (diff)
downloadopenembedded-f1500f7d22111985f9347b78fc256272f587e068.tar.gz
contributed by jeroen@hoc.xs4all.nl
BKrev: 40ab6168Uy5t4PpIbOEtE4qfFqlRIA
Diffstat (limited to 'iptables')
-rw-r--r--iptables/iptables_1.2.9.oe6
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
}