From: tripolar Date: Thu, 4 Mar 2010 00:11:33 +0000 (+0000) Subject: link ctorrent against uclibc++ instead of libcstc++ X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=22bf0d059351a9c8c0ed1892243cacbdb8776749;p=packages.git link ctorrent against uclibc++ instead of libcstc++ git-svn-id: svn://svn.openwrt.org/openwrt/packages@19968 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 += \