Files
MINGW-packages/mingw-w64-python3.12/0077-link-with-bcrypt.patch
2024-08-05 13:25:42 +05:30

23 lines
702 B
Diff

From 59989dddda6f207a2689564a63f5b16d3c6dcef5 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 077/N] link with bcrypt
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a0b2aba..84192b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7180,7 +7180,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"