From ea0b68e3ff93125b2986a1ac3778e918ca3bcb78 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 1 Apr 2010 05:45:09 +0000 Subject: [PATCH] [packages] ctorrent: fix build failure on avr32 SVN-Revision: 20643 --- net/ctorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 2e72c4aca3..a5195a642e 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++ $(LIBGCC_S) -lc" + LIBS="-nodefaultlibs -luClibc++ $(LIBGCC_S) -lc" ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS += \ -- 2.30.2