Browse Source

Tell libsodium not to download code from savannah.gnu.org in autogen.sh

master
Kristaps Kaupe 2 years ago
parent
commit
bbc2150c3b
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      install.sh

2
install.sh

@ -345,7 +345,7 @@ libsodium_build ()
{
$make uninstall
$make distclean
./autogen.sh
./autogen.sh DO_NOT_UPDATE_CONFIG_SCRIPTS=1
./configure \
--enable-minimal \
--enable-shared \

Loading…
Cancel
Save