Browse Source

Merge #261: build minimal libsodium

8256b27 build minimal libsodium (fivepiece)
master
AdamISZ 7 years ago
parent
commit
ab969e0e95
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  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