From 576326785cb47638cb7d33a1e603d2489e36f681 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Thu, 22 Apr 2021 19:30:38 -0400 Subject: [PATCH] revert to 1.12.1 of libjwt --- install-dependencies.sh | 1 + 1 file changed, 1 insertion(+) 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