mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
Ports: Fix compilation of python3 socket module
This commit is contained in:
parent
d9832f8d0b
commit
430e5d27aa
2 changed files with 15 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
Ensures `HAVE_SIGSET_T` is defined, as we *do* have `sigset_t` but it's not detected properly due to some related functions being missing.
|
||||
|
||||
## `include-sys-uio.patch`
|
||||
|
||||
Ensures `struct iovec` is defined, required by the socket module.
|
||||
|
||||
## `define-py-force-utf8-locale.patch`
|
||||
|
||||
Enforce UTF-8 as encoding by defining `_Py_FORCE_UTF8_LOCALE`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue