Patch 8.2.3250
Problem: MS-Windows: cannot build with libsodium.
Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt,
closes #8668, closes #8663)
Files: src/Make_mvc.mak
*** ../vim-8.2.3249/src/Make_mvc.mak 2021-07-10 21:28:55.323050112 +0200
--- src/Make_mvc.mak 2021-07-30 20:48:54.693406656 +0200
***************
*** 395,401 ****
!if "$(SODIUM)" != "no"
SOD_INC = /I "$(SODIUM)\include"
! SOD_DEFS = -DFEAT_SODIUM
SOD_LIB = $(SOD_LIB)\libsodium.lib
!endif
--- 395,401 ----
!if "$(SODIUM)" != "no"
SOD_INC = /I "$(SODIUM)\include"
! SOD_DEFS = -DHAVE_SODIUM
SOD_LIB = $(SOD_LIB)\libsodium.lib
!endif
*** ../vim-8.2.3249/src/version.c 2021-07-29 22:48:50.107129898 +0200
--- src/version.c 2021-07-30 20:50:34.573199473 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3250,
/**/
--
Facepalm statement #1: "I'm going to New York tomorrow, hopefully I have time
to visit the White House"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202107301852.16UIqedw2475366%40masaka.moolenaar.net.