Browse Source

build minimal libsodium

master
fivepiece 7 years ago
parent
commit
8256b27e28
  1. 7
      install.sh

7
install.sh

@ -288,8 +288,13 @@ libsecp256k1_install ()
libsodium_build () libsodium_build ()
{ {
make uninstall
make distclean
./autogen.sh ./autogen.sh
./configure --enable-shared --prefix="${jm_root}" ./configure \
--enable-minimal \
--enable-shared \
--prefix="${jm_root}"
make uninstall make uninstall
make make
if ! make check; then if ! make check; then

Loading…
Cancel
Save