diff --git a/install-dependencies.sh b/install-dependencies.sh index bb00954..b5009f8 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -19,6 +19,7 @@ git clone https://github.com/akheron/jansson.git git clone https://git@github.com/benmcollins/libjwt.git (cd libjwt; + git checkout v1.12.1; autoreconf -fi; env PKG_CONFIG_PATH=../deps/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure --prefix=${BASE}/deps; make -j 40 install