Files
MINGW-packages/mingw-w64-python3/1620-fix-signal-module-build.patch
Christoph Reiter 9757046077 python3: Update to 3.6.1 (#2587)
* python3: Update to 3.6.1

The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.

* Bump pkgrel of all packages containing Python 3 bytecode/extensions.

The package list was generated using:
    pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"

* lensfun: Add cmake to makedepends

* numpy: Don't hardcode the Python version

* blender: rebuild for new Python

* boost: Don't hardcode Python versions; rebuild

* pillow: Don't hardcode Python version; rebuild

* python-dateutil: Don't hardcode Python versions

* sip: Don't hardcode Python versions

* pyqt4: Don't hardcode Python versions; rebuild

* pyqt5: Don't hardcode Python versions; rebuild

* opencv: Update Python3 version in patch
2017-06-15 17:40:51 +03:00

12 lines
542 B
Diff

--- Python-3.6.1/Modules/Setup.dist.orig 2017-06-13 14:20:17.448292400 +0200
+++ Python-3.6.1/Modules/Setup.dist 2017-06-13 14:20:33.833229600 +0200
@@ -114,7 +114,7 @@
_collections _collectionsmodule.c # Container types
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
-_signal signalmodule.c
+_signal signalmodule.c -lws2_32
_stat _stat.c # stat.h interface
time timemodule.c # -lm # time operations and variables