From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 4 Mar 2010 00:11:33 +0000 (+0000) Subject: link ctorrent against uclibc++ instead of libcstc++ X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=176ef059cdc0fc36c8db0598d5774e50b2cb5f83 link ctorrent against uclibc++ instead of libcstc++ SVN-Revision: 19968 --- diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index d2664f5298..d9985c2bd6 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ctorrent PKG_VERSION:=dnh3.3.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/dtorrent \ @@ -60,7 +60,8 @@ endef CONFIGURE_VARS += \ CXX="g++-uc" \ - CXXFLAGS="$$$$CXXFLAGS -fno-rtti" + CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ + LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++" ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS += \