use https instead of git for github.com
This commit is contained in:
parent
aa09577e9f
commit
d4b1165408
@ -5,14 +5,14 @@
|
||||
#
|
||||
BASE=`pwd`
|
||||
test -d ${BASE}/deps || mkdir ${BASE}/deps
|
||||
git clone git@github.com:akheron/jansson.git
|
||||
git clone https://github.com/akheron/jansson.git
|
||||
(cd jansson;
|
||||
autoreconf -fi;
|
||||
./configure --prefix=${BASE}/deps;
|
||||
make install
|
||||
)
|
||||
|
||||
git clone git@github.com:benmcollins/libjwt.git
|
||||
git clone https://git@github.com/benmcollins/libjwt.git
|
||||
(cd libjwt;
|
||||
autoreconf -fi;
|
||||
env PKG_CONFIG_PATH=../deps/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure --prefix=${BASE}/deps;
|
||||
|
Loading…
x
Reference in New Issue
Block a user