From 2aaab49030fbf52121e1926faee60792d1bbfc7d Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Wed, 21 Nov 2012 00:30:22 +0100 Subject: [PATCH] lftp: fix build, thanks jaeger --- lftp/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lftp/Pkgfile b/lftp/Pkgfile index 49701ee4a..8d52e1503 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -12,6 +12,8 @@ source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz) build() { cd $name-$version + sed -i -e '/gets is a/d' lib/stdio.in.h + ./configure --prefix=/usr --disable-nls --with-openssl=/usr \ --mandir=/usr/man --sysconfdir=/usr/etc