mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Lift libconfig to v1.7.1
This commit is contained in:
parent
174459f490
commit
de276762a9
|
@ -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).
|
# Install libconfig (version in ubuntu-precise too old).
|
||||||
[ -f $CACHE_DIR/lib/libconfig.a ] || {
|
[ -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
|
cd ../libconfig # pushd
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
./configure --prefix=$CACHE_DIR
|
./configure --prefix=$CACHE_DIR
|
||||||
|
|
Loading…
Reference in New Issue
Block a user