mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/lftp: rebuild against libressl-2.7
This commit is contained in:
parent
2218debc0d
commit
438ee915cb
@ -3,7 +3,7 @@
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=lftp
|
||||
pkgver=4.8.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="LFTP is sophisticated ftp/http client"
|
||||
url="http://lftp.tech/"
|
||||
arch="all"
|
||||
@ -23,10 +23,10 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-openssl \
|
||||
--with-threads=posix \
|
||||
--with-modules \
|
||||
--disable-nls \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-threads=posix
|
||||
make
|
||||
}
|
||||
|
||||
@ -40,7 +40,8 @@ package() {
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
# skip ftp tests due to firewall issues
|
||||
make -C tests check check_PROGRAMS=http-get
|
||||
}
|
||||
|
||||
sha512sums="16d0ddc36ac00db009fd4e634a2eaa575bd1c690ea7e1af396317ccc677704d2a4dfa19ea0c46dab83450072714086ed2b15ac00ffe51ec5c9bb900e5e744583 lftp-4.8.3.tar.xz"
|
||||
|
Loading…
Reference in New Issue
Block a user