X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Flftp%2FMakefile;h=bcc91ea71625388a2aa708ed61d63a45a80e189c;hb=f3d75791648a00776ff851f4ce7fbadc9442ad01;hp=f29531cf427cd8eebfa531f6537999a7c162e914;hpb=dd345acff104a7f5a0d1bfee8f1841e12266c0e9;p=packages.git diff --git a/net/lftp/Makefile b/net/lftp/Makefile index f29531cf4..bcc91ea71 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -5,19 +5,16 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ include $(TOPDIR)/rules.mk PKG_NAME:=lftp -PKG_VERSION:=3.7.3 +PKG_VERSION:=3.7.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://ftp.yars.free.net/pub/source/lftp/old/ -PKG_MD5SUM:=fc98506620b059d712341d624eb720d6 - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=http://lftp.cybermirror.org/old/ +PKG_MD5SUM:=3b7f85e73467d56488b32f5d746d6772 include $(INCLUDE_DIR)/package.mk @@ -44,7 +41,7 @@ CONFIGURE_VARS += \ CXXFLAGS="$$$$CXXFLAGS -fno-builtin -I$(STAGING_DIR)/usr/include/uClibc++ -nostdinc++" \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \ LDFLAGS="$$$$LDFLAGS" \ - LIBS="-nodefaultlibs -lz -lutil -luClibc++ -lcurses -lgcc_s -ldl" \ + LIBS="-nodefaultlibs -lz -lutil -luClibc++ -lcurses -lgcc $(LIBGCC_S) -ldl" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \