revert to 1.12.1 of libjwt

This commit is contained in:
Godmar Back 2021-04-22 19:30:38 -04:00
parent 901e875204
commit 576326785c

View File

@ -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