From 935d99b479f117f8f698d3a5b938634adc13a483 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 30 Sep 2007 19:29:26 +0000 Subject: [PATCH] ctorrent: make use of g++-uc git-svn-id: svn://svn.openwrt.org/openwrt/packages@9079 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ctorrent/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 3e2e5af36..be3d06601 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -34,9 +34,8 @@ define Package/ctorrent/description endef CONFIGURE_VARS += \ - CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \ - CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \ - LIBS="-nodefaultlibs -lcrypto -luClibc++ -lm" + CXX="g++-uc" \ + CXXFLAGS="$$$$CXX_CFLAGS -fno-rtti" \ define Package/ctorrent/install $(INSTALL_DIR) $(1)/usr/bin -- 2.11.0