summaryrefslogtreecommitdiff
path: root/package/iptraf/Makefile
diff options
context:
space:
mode:
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" \