Files
MINGW-packages/mingw-w64-python/0117-link-with-bcrypt.patch
2023-12-07 08:12:51 +01:00

23 lines
700 B
Diff

From b04f8e97e4fc27a157c67a493e59b602d85539cb Mon Sep 17 00:00:00 2001
From: Naveen M K <naveen521kk@gmail.com>
Date: Sun, 18 Jun 2023 14:20:44 +0530
Subject: [PATCH 117/N] link with bcrypt
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index eac965d..150d8ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6806,7 +6806,7 @@ AC_MSG_RESULT(done)
# For mingw build need additional library for linking
case $host in
*-*-mingw*)
- LIBS="$LIBS -lversion -lshlwapi -lpathcch"
+ LIBS="$LIBS -lversion -lshlwapi -lpathcch -lbcrypt"
AC_PROG_AWK
if test "$AWK" = "gawk"; then
awk_extra_flag="--non-decimal-data"