From: Marek VavruĊĦa Date: Sat, 9 May 2015 16:47:08 +0000 (+0200) Subject: build: added libtasn1 brew dependency X-Git-Tag: v1.0.0-beta1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e786201d266384d322fbca2a4975a40752363262;p=thirdparty%2Fknot-resolver.git build: added libtasn1 brew dependency --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 5cac40416..e1f2684c1 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -79,7 +79,7 @@ PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls" if [ "${TRAVIS_OS_NAME}" == "osx" ]; then DEPEND_CACHE="https://dl.dropboxusercontent.com/u/2255176/resolver-${TRAVIS_OS_NAME}-cache.tar.gz" curl "${DEPEND_CACHE}" > cache.tar.gz && tar -xz -C ${HOME} -f cache.tar.gz || true - brew install --force makedepend python || true + brew install --force makedepend python libtasn1 || true brew link --overwrite python || true pip install --upgrade pip || true pip install -r ${PIP_PKGS}