From 6e7246b841e46a7bf6d50a16b4e6231bf0856b4e Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 29 Mar 2010 01:14:53 +0000 Subject: [PATCH] ctorrent: fix build failure on brcm-2.4 with gcc-3.4.6 (closes: #6988) SVN-Revision: 20568 --- net/ctorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index df9bc65e3..2e72c4aca 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -61,7 +61,7 @@ endef CONFIGURE_VARS += \ CXX="g++-uc" \ CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ - LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++" + LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -luClibc++ $(LIBGCC_S) -lc" ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS += \ -- 2.30.2