From 9862b3deefe478243e4c2d6f90bcc3adfb5c25db Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 4 Aug 2012 18:42:11 +0000 Subject: [PATCH] [packages] ctorrent libc++ fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@32990 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ctorrent/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index e6db4a5dd..c8593d91f 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -61,8 +61,7 @@ $(call Package/ctorrent/Default/description) endef CONFIGURE_VARS += \ - CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ - LIBS="-nodefaultlibs -lc -luClibc++ $(LIBGCC_S) -lc" + CXXFLAGS="$$$$CXXFLAGS -fno-rtti" ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS += \