From: jow Date: Mon, 6 Feb 2012 15:18:32 +0000 (+0000) Subject: [packages_10.03.2] lftp: disable posix_fadvice on Backfire X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dd84063e3a496b00ba38aa79293b3eb12f20a073;p=10.03%2Fpackages.git [packages_10.03.2] lftp: disable posix_fadvice on Backfire git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30336 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 590b3d7..d36ff9a 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lftp PKG_VERSION:=4.3.4 -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://lftp.cybermirror.org \ @@ -50,7 +50,8 @@ CONFIGURE_VARS += \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \ LDFLAGS="$$$$LDFLAGS" \ LIBS="-nodefaultlibs -lz -lutil -lc -luClibc++ -lcurses $(LIBGCC_S) -ldl" \ - i_cv_posix_fallocate_works=no + i_cv_posix_fallocate_works=no \ + ac_cv_posix_fadvise=no MAKE_VARS += \ LD="\$$$$(CC)"