From ad2972e576d730d81e5cf0178605293b58644f40 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 29 Mar 2010 01:14:53 +0000 Subject: [PATCH] [packages] ctorrent: fix build failure on brcm-2.4 with gcc-3.4.6 (closes: #6988) git-svn-id: svn://svn.openwrt.org/openwrt/packages@20568 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 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.11.0