summaryrefslogtreecommitdiff
path: root/package/iperf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-10 15:37:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-10 15:37:00 +0200
commit57f50b48420342dbc5996896a52733c5fbab31b1 (patch)
tree9939f505a3a706539cfcc432211cedd355ae3049 /package/iperf
parentcbce24b80358c0eb4968139c7695dd8eb2bb5378 (diff)
parent91cef89d579c704c4846e97bce397c93417eee09 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iperf')
-rw-r--r--package/iperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile
index d867dd210..da2c5f156 100644
--- a/package/iperf/Makefile
+++ b/package/iperf/Makefile
@@ -22,7 +22,7 @@ $(eval $(call PKG_template,IPERF,iperf,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
TARGET_CXXFLAGS:= $(filter-out -flto,$(TARGET_CXXFLAGS))
-ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
+ifeq ($(ADK_TOOLCHAIN_USE_SSP),y)
TARGET_LDFLAGS+= -lssp
endif