[cpp-msbuild] branch main updated: Update curl makefile for 8.20+

Codeberg noreply at shibboleth.net
Mon Aug 17 18:46:56 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-msbuild.

View the commit online:
https://codeberg.org/Shibboleth/cpp-msbuild/commit/1daa8da5d22e020a20fef56438e9c1995fbb325d

The following commit(s) were added to refs/heads/main by this push:
     new 1daa8da  Update curl makefile for 8.20+
1daa8da is described below

commit 1daa8da5d22e020a20fef56438e9c1995fbb325d
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 17 14:46:45 2026 -0400

    Update curl makefile for 8.20+
---
 dependencies/curl/winbuild/MakefileBuild.vc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dependencies/curl/winbuild/MakefileBuild.vc b/dependencies/curl/winbuild/MakefileBuild.vc
index 716846f..6125148 100644
--- a/dependencies/curl/winbuild/MakefileBuild.vc
+++ b/dependencies/curl/winbuild/MakefileBuild.vc
@@ -70,7 +70,8 @@ LFLAGS_PDB = /incremental:no /opt:ref,icf /DEBUG
 CFLAGS_LIBCURL_STATIC  = /DCURL_STATICLIB
 
 # SEC: Needed to add Iphlpapi.lib here to account for function call inside url.c
-WIN_LIBS    = ws2_32.lib wldap32.lib advapi32.lib crypt32.lib secur32.lib Iphlpapi.lib
+# SEC: Also need bcrypt.lib as of 8.20
+WIN_LIBS    = ws2_32.lib wldap32.lib advapi32.lib crypt32.lib secur32.lib Iphlpapi.lib bcrypt.lib
 
 BASE_NAME              = libcurl
 BASE_NAME_DEBUG        = $(BASE_NAME)_debug

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list