From 26e2aca4359bc7cff080c8446a67b838a5026d15 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Oct 2015 07:58:13 +0200 Subject: ssl: rework ssl support Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build. --- package/iperf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/iperf') diff --git a/package/iperf/Makefile b/package/iperf/Makefile index a71a1ef21..a733e73e2 100644 --- a/package/iperf/Makefile +++ b/package/iperf/Makefile @@ -23,7 +23,7 @@ $(eval $(call PKG_template,IPERF,iperf,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN ifeq ($(ADK_COMPILE_IPERF_WITH_UCLIBCXX),y) TARGET_CXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++ TARGET_LDFLAGS+= -nodefaultlibs -CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lpthread" +CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lpthread -lgcc" else CONFIGURE_ENV+= LIBS="-lc -lm -lpthread" endif -- cgit v1.2.3