summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2012-11-21 00:30:22 +0100
committerThomas Penteker <tek@serverop.de>2012-11-21 00:30:22 +0100
commit2aaab49030fbf52121e1926faee60792d1bbfc7d (patch)
tree0e9a5c45c9145812ac10d8b5a5584d32ddf844f3
parent58264d5bc88a245dcd1be3f3cca164bb8b6f2457 (diff)
downloadopt-2aaab49030fbf52121e1926faee60792d1bbfc7d.tar.gz
opt-2aaab49030fbf52121e1926faee60792d1bbfc7d.tar.xz
lftp: fix build, thanks jaeger
-rw-r--r--lftp/Pkgfile2
1 files changed, 2 insertions, 0 deletions
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

Generated by cgit