From 4527477c605189b8310331ed29f8372155f24d71 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 4 Mar 2010 00:11:33 +0000 Subject: [PATCH] link ctorrent against uclibc++ instead of libcstc++ SVN-Revision: 19968 --- net/ctorrent/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 += \ -- 2.30.2