From 749aacf90eb897b7b1d588702ecf8220dd5ed220 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 1 Apr 2010 05:45:09 +0000 Subject: [PATCH] [packages] ctorrent: fix build failure on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@20643 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 2e72c4aca..a5195a642 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.11.0