From bf0b57a4c81dade9f387322edd5289c0fb94dc03 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 4 Mar 2010 00:24:58 +0000 Subject: [PATCH 1/1] use $(CXXFLAGS) instead of $$$$CXXFLAGS SVN-Revision: 19969 --- net/ctorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index d9985c2bd6..87f7feb200 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.30.2