From dd84063e3a496b00ba38aa79293b3eb12f20a073 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 6 Feb 2012 15:18:32 +0000 Subject: [PATCH] [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 --- net/lftp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)" -- 2.11.0