MINGW-packages/mingw-w64-python3.13/0036-fix-signal-module-build.patch
Christoph Reiter 04c9ed3700 python3.13: Add 3.13.7
* add libb2 as dep
* remove "-Wl,--large-address-aware", default now via makepkg
* remove 2to3 logic, no longer in Python
2025-09-08 22:02:30 +02:00

28 lines
869 B
Diff

From 1604a740e61c88e0e909c1a79f133a9d0b3ad6b5 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 17 Jun 2021 18:52:10 +0530
Subject: [PATCH 036/N] fix signal module build
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Алексей <alexey.pawlow@gmail.com>
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
---
Modules/Setup.bootstrap.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Modules/Setup.bootstrap.in b/Modules/Setup.bootstrap.in
index f0b3b73..692abba 100644
--- a/Modules/Setup.bootstrap.in
+++ b/Modules/Setup.bootstrap.in
@@ -9,7 +9,7 @@
atexit atexitmodule.c
faulthandler faulthandler.c
@INITSYS@ posixmodule.c
-_signal signalmodule.c
+_signal signalmodule.c -lws2_32
_tracemalloc _tracemalloc.c
_suggestions _suggestions.c