10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-11 05:43:43 +02:00

Merge pull request #178 from barrymoo/minor_zlib_upgrade

Minor fix to zlib download
This commit is contained in:
Thomas Applencourt 2017-01-03 17:50:00 -06:00 committed by GitHub
commit 230c07f0f7

2
configure vendored
View File

@ -102,7 +102,7 @@ curl = Info(
default_path=join(QP_ROOT_BIN, "curl"))
zlib = Info(
url='http://zlib.net/zlib-1.2.8.tar.gz',
url='http://www.zlib.net/zlib-1.2.10.tar.gz',
description=' zlib',
default_path=join(QP_ROOT_LIB, "libz.a"))