From: John Crispin Date: Fri, 3 Aug 2012 21:35:38 +0000 (+0000) Subject: [packages] ctorrent libc++ fix X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=a8fcde21170a7a1731d3e4bbf8acc2e22db42513 [packages] ctorrent libc++ fix SVN-Revision: 32965 --- diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index a3e54cbd39..e6db4a5dd4 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -18,13 +18,14 @@ PKG_MD5SUM:=59b23dd05ff70791cd6449effa7fc3b6 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk define Package/ctorrent/Default SUBMENU:=BitTorrent SECTION:=net CATEGORY:=Network - DEPENDS:=+uclibcxx + DEPENDS:=$(CXX_DEPENDS) TITLE:=console-based BitTorrent client MAINTAINER:=Peter Wagner URL:=http://www.rahul.net/dholmes/ctorrent/ @@ -60,7 +61,6 @@ $(call Package/ctorrent/Default/description) endef CONFIGURE_VARS += \ - CXX="g++-uc" \ CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ LIBS="-nodefaultlibs -lc -luClibc++ $(LIBGCC_S) -lc"