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.lede-project.org./?a=commitdiff_plain;h=4527477c605189b8310331ed29f8372155f24d71;p=openwrt%2Fsvn-archive%2Fpackages.git link ctorrent against uclibc++ instead of libcstc++ SVN-Revision: 19968 --- diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index d2664f529..d9985c2bd 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 += \