summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}