From: Felix Fietkau Date: Thu, 14 Jun 2012 20:26:23 +0000 (+0000) Subject: iperf: use uclibc++.mk X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=937a1e2d55f88d9876e565927e274f2bd041e615;p=openwrt%2Fsvn-archive%2Farchive.git iperf: use uclibc++.mk SVN-Revision: 32372 --- diff --git a/net/iperf/Makefile b/net/iperf/Makefile index b1bd59f809..34a029fd48 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -18,12 +18,13 @@ PKG_MD5SUM:=44b5536b67719f4250faed632a3cd016 PKG_BUILD_PARALLEL:=1 +include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk define Package/iperf/Default SECTION:=net CATEGORY:=Network - DEPENDS:= +uclibcxx + DEPENDS:= $(CXX_DEPENDS) TITLE:=Internet Protocol bandwidth measuring tool URL:=http://sourceforge.net/projects/iperf/ endef @@ -67,8 +68,6 @@ else CONFIGURE_VARS += ac_cv_func_pthread_cancel=no endif -TARGET_CXX=g++-uc - CONFIGURE_VARS += CXXFLAGS="$$$$CXXFLAGS -fno-rtti" ifeq ($(BUILD_VARIANT),mt)