diff options
author | Thomas Penteker <tek@serverop.de> | 2012-11-21 00:30:22 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2012-11-21 00:30:22 +0100 |
commit | 2aaab49030fbf52121e1926faee60792d1bbfc7d (patch) | |
tree | 0e9a5c45c9145812ac10d8b5a5584d32ddf844f3 /lftp | |
parent | 58264d5bc88a245dcd1be3f3cca164bb8b6f2457 (diff) | |
download | opt-2aaab49030fbf52121e1926faee60792d1bbfc7d.tar.gz opt-2aaab49030fbf52121e1926faee60792d1bbfc7d.tar.xz |
lftp: fix build, thanks jaeger
Diffstat (limited to 'lftp')
-rw-r--r-- | lftp/Pkgfile | 2 |
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 |