summaryrefslogtreecommitdiff
path: root/package/iptraf/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-18 18:10:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-18 18:10:19 +0100
commit46b2bb3001ce838ba2483a08418587d8a027f3a9 (patch)
treeb2b618839b5afcc859fcb90556e6f199d9a9a10c /package/iptraf/Makefile
parent88d3e6d6c572143bd95a589a44e30bfefd616b88 (diff)
parent902ee7e7b23751ca7a8264d36a837aa4aae12032 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iptraf/Makefile')
-rw-r--r--package/iptraf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptraf/Makefile b/package/iptraf/Makefile
index 98f9e9b5d..ef289ae37 100644
--- a/package/iptraf/Makefile
+++ b/package/iptraf/Makefile
@@ -28,7 +28,7 @@ do-build:
CFLAGS="${TARGET_CFLAGS}" \
DEBUG="" \
INCLUDEDIR="-I../support -I${STAGING_TARGET_DIR}/usr/include" \
- LDOPTS="-L${STAGING_TARGET_DIR}/usr/lib -L${STAGING_TARGET_DIR}/lib" \
+ LDOPTS="${TARGET_LDFLAGS}" \
PLATFORM="-DPLATFORM=\\\"Linux/${ARCH}\\\"" \
TARGET="/usr/bin" \
WORKDIR="/var/lib/iptraf" \