From 8008021317fc8fac41d8f6819677351fee25fae7 Mon Sep 17 00:00:00 2001 From: tripolar Date: Thu, 4 Mar 2010 00:24:58 +0000 Subject: [PATCH] use $(CXXFLAGS) instead of $$$$CXXFLAGS git-svn-id: svn://svn.openwrt.org/openwrt/packages@19969 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ctorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index d9985c2bd..87f7feb20 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -60,7 +60,7 @@ endef CONFIGURE_VARS += \ CXX="g++-uc" \ - CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ + CXXFLAGS="$(CXXFLAGS) -fno-rtti" \ LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++" ifeq ($(BUILD_VARIANT),ssl) -- 2.11.0