mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Include prefix for jwt
This commit is contained in:
parent
95b5d0c8b6
commit
94c010c482
@ -327,7 +327,7 @@ pushd /tmp \
|
||||
&& unzip v${LIBJWT_VER}.zip \
|
||||
&& pushd libjwt-${LIBJWT_VER} \
|
||||
&& autoreconf -fiv \
|
||||
&& ./configure --disable-valgrind --disable-doxygen-doc \
|
||||
&& ./configure --disable-valgrind --disable-doxygen-doc --prefix /usr \
|
||||
&& make \
|
||||
&& sudo make install \
|
||||
&& popd \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user