From 79b7a74bd8675778f20e10854c5f912ab9544537 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Tue, 9 Mar 2010 00:07:00 +0000 Subject: [PATCH] revert r19969 and use $$$$CXXFLAGS defined in ./include/package-defaults.mk instead of $(CXXFLAGS) Thanks {Nico} SVN-Revision: 20076 --- net/ctorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 87f7feb200..df9bc65e36 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ctorrent PKG_VERSION:=dnh3.3.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/dtorrent \ @@ -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