From a8213d0795a1506fc1279565ee5e6eabe3613664 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Sun, 30 Sep 2007 19:29:26 +0000 Subject: [PATCH] ctorrent: make use of g++-uc SVN-Revision: 9079 --- net/ctorrent/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 3e2e5af36d..be3d066014 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.30.2