From 2e108ec4bd6e65fe32f9ee520b38b25682484585 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 4 Aug 2012 18:42:11 +0000 Subject: [PATCH] [packages] ctorrent libc++ fix SVN-Revision: 32990 --- net/ctorrent/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index e6db4a5dd4..c8593d91f7 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 += \ -- 2.30.2