Include prefix for jwt

This commit is contained in:
Michael Snoyman 2020-09-17 06:54:57 +03:00
parent 95b5d0c8b6
commit 94c010c482
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -327,7 +327,7 @@ pushd /tmp \
&& unzip v${LIBJWT_VER}.zip \ && unzip v${LIBJWT_VER}.zip \
&& pushd libjwt-${LIBJWT_VER} \ && pushd libjwt-${LIBJWT_VER} \
&& autoreconf -fiv \ && autoreconf -fiv \
&& ./configure --disable-valgrind --disable-doxygen-doc \ && ./configure --disable-valgrind --disable-doxygen-doc --prefix /usr \
&& make \ && make \
&& sudo make install \ && sudo make install \
&& popd \ && popd \