summaryrefslogtreecommitdiff
path: root/package/iperf
diff options
context:
space:
mode:
Diffstat (limited to 'package/iperf')
-rw-r--r--package/iperf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile
index 57eda553b..a8db48d59 100644
--- a/package/iperf/Makefile
+++ b/package/iperf/Makefile
@@ -19,6 +19,10 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,IPERF,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
+TLDFLAGS+= -lssp
+endif
+
ifeq ($(ADK_COMPILE_IPERF_WITH_UCLIBCXX),y)
TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++
TLDFLAGS+= -nodefaultlibs