From: Vladimír Čunát Date: Mon, 24 Apr 2017 14:10:09 +0000 (+0200) Subject: bootstrap-depends: update fstrm X-Git-Tag: v1.3.0~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ed9b56e93b94f4b6257b1d52e9c29e3ef1f524;p=thirdparty%2Fknot-resolver.git bootstrap-depends: update fstrm Hopefully this will fix the ./configure problem on Jenkins. Also, an incorrect flag was passed. --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 50fd2497f..459dcb3af 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -27,8 +27,8 @@ PROTOBUF_VER="2.6.1" PROTOBUF_URL="https://github.com/google/protobuf/archive/v${PROTOBUF_VER}.tar.gz" PROTOBUFC_VER="1.2.1" PROTOBUFC_URL="https://github.com/protobuf-c/protobuf-c/releases/download/v${PROTOBUFC_VER}/protobuf-c-${PROTOBUFC_VER}.tar.gz" -FSTRM_URL="https://github.com/farsightsec/fstrm/archive/v0.3.0.tar.gz" -FSTRM_VER="0.3.0" +FSTRM_VER="0.3.2" +FSTRM_URL="https://github.com/farsightsec/fstrm/archive/v${FSTRM_VER}.tar.gz" if command -v shasum >/dev/null; then SHASUM="shasum -a 256" @@ -162,7 +162,7 @@ fi pkg libknot ${KNOT_URL} ${KNOT_TAG} include/libknot \ --disable-static --with-lmdb=no --disable-fastparser --disable-daemon --disable-utilities --disable-documentation -pkg fstrm ${FSTRM_URL} ${FSTRM_VER} include/fstrm.h --with-library-only +pkg fstrm ${FSTRM_URL} ${FSTRM_VER} include/fstrm.h --disable-programs # development releases of luajit do NOT install bin/luajit ln -sf "luajit-${LUA_VER}" "${PREFIX}/bin/luajit"