mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: download libzip from our own server
The libzip.org server often times out and causes build failures. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ec0511e824
commit
085774d10c
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ if [[ "$BUILD" = *"libxslt"* && ! -d libxslt ]]; then
|
|||
fi
|
||||
|
||||
if [[ "$BUILD" = *"libzip"* && ! -d libzip ]]; then
|
||||
${CURL} https://libzip.org/download/libzip-${CURRENT_LIBZIP}.tar.gz
|
||||
tar xzf libzip-${CURRENT_LIBZIP}.tar.gz
|
||||
${CURL} https://subsurface-divelog.org/downloads/libzip-${CURRENT_LIBZIP}.tar.xz
|
||||
tar xJf libzip-${CURRENT_LIBZIP}.tar.xz
|
||||
mv libzip-${CURRENT_LIBZIP} libzip
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue