From: Marek VavruĊĦa Date: Thu, 10 Dec 2015 22:24:34 +0000 (+0100) Subject: build: install hiredis to PREFIX X-Git-Tag: v1.0.0-beta3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0255ddb32a7b5df55dfbda382f50a51702bfacec;p=thirdparty%2Fknot-resolver.git build: install hiredis to PREFIX --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 027956fa9..995983eb9 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -17,8 +17,8 @@ GNUTLS_TAG="3.3.12" GNUTLS_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${GNUTLS_TAG}.tar.xz" LUA_TAG="v2.1" LUA_URL="http://luajit.org/git/luajit-2.0.git" -HIREDIS_URL="https://github.com/redis/hiredis.git" HIREDIS_TAG="v0.13.3" +HIREDIS_URL="https://github.com/redis/hiredis/archive/v0.13.3.tar.gz" LIBMEMCACHED_TAG="1.0.18" LIBMEMCACHED_URL="https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz" @@ -93,7 +93,7 @@ fi if [ "${TRAVIS_OS_NAME}" == "linux" ]; then pip install --user ${USER} ${PIP_PKGS} || true rm ${HOME}/.cache/pip/log/debug.log || true - pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} hiredis/hiredis.h + pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} hiredis/hiredis.h install PREFIX=${PREFIX} pkg libmemcached ${LIBMEMCACHED_URL} ${LIBMEMCACHED_TAG} libmemcached/memcached.h fi