From a8fcde21170a7a1731d3e4bbf8acc2e22db42513 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 3 Aug 2012 21:35:38 +0000 Subject: [PATCH] [packages] ctorrent libc++ fix SVN-Revision: 32965 --- net/ctorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2