From: Jo-Philipp Wich 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=d147cb123dc1ea4df163f05fbfe5f749cac036db [packages_10.03.2] lftp: disable posix_fadvice on Backfire SVN-Revision: 30336 --- diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 590b3d7b7b..d36ff9af3d 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)"