Skip to content

Commit 6b21f36

Browse files
author
Daniel Kroening
committed
avoid SSL for libzip
1 parent e49c7cb commit 6b21f36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ zlib-download:
9393

9494
libzip-download:
9595
@echo "Downloading libzip 1.1.2"
96-
@lwp-download http://www.nih.at/libzip/libzip-1.1.2.tar.gz
96+
# The below wants SSL
97+
#@lwp-download http://www.nih.at/libzip/libzip-1.1.2.tar.gz
98+
@lwp-download http://http.debian.net/debian/pool/main/libz/libzip/libzip_1.1.2.orig.tar.gz
9799
@tar xfz libzip-1.1.2.tar.gz
98100
@rm -Rf ../libzip
99101
@mv libzip-1.1.2 ../libzip

0 commit comments

Comments
 (0)