Skip to content

Commit

Permalink
Merge #1656: Tell libsodium not to download code from savannah.gnu.or…
Browse files Browse the repository at this point in the history
…g in `autogen.sh`

bbc2150 Tell libsodium not to download code from savannah.gnu.org in autogen.sh (Kristaps Kaupe)

Pull request description:

  Fixes #1655.

Top commit has no ACKs.

Tree-SHA512: 14d9be5990cca6f88d5369bab50e8bfa5838d28c2ce7a9f6ea2f1e1274dacc4814fb4a7b6cacd528973621cd8cbca4f05de2a31de8ea231ffb97e60c04c28ac4
  • Loading branch information
kristapsk committed Feb 22, 2024
2 parents 47f2852 + bbc2150 commit eb97ed1
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 @@ -344,7 +344,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 eb97ed1

Please sign in to comment.