From: nico Date: Thu, 1 Apr 2010 05:45:09 +0000 (+0000) Subject: [packages] ctorrent: fix build failure on avr32 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=749aacf90eb897b7b1d588702ecf8220dd5ed220;p=packages.git [packages] ctorrent: fix build failure on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@20643 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 += \