Lift libconfig to v1.7.1

This commit is contained in:
Robin Lindén 2017-12-09 15:01:34 +01:00
parent 174459f490
commit de276762a9
No known key found for this signature in database
GPG Key ID: 601A604B7E605776

View File

@ -62,7 +62,7 @@ sed -i -e '/^import sys$/a import urllib3.contrib.pyopenssl\nurllib3.contrib.pyo
# Install libconfig (version in ubuntu-precise too old).
[ -f $CACHE_DIR/lib/libconfig.a ] || {
git clone --depth=1 --branch=REL1_6_STABLE https://github.com/hyperrealm/libconfig ../libconfig
git clone --depth=1 --branch=v1.7.1 https://github.com/hyperrealm/libconfig ../libconfig
cd ../libconfig # pushd
autoreconf -fi
./configure --prefix=$CACHE_DIR