Skip to content

Commit

Permalink
Tell libsodium not to download code from savannah.gnu.org in autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Feb 8, 2024
1 parent 575a7ec commit bbc2150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bbc2150

Please sign in to comment.