diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-02-02 22:41:38 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-02-02 22:41:38 +0100 |
| commit | 80df8a7bc61c9077aee14a4a0a4a50d7396d0984 (patch) | |
| tree | 344b925f86b746d9dde711aedd10d27427beba30 /python3/files | |
| parent | a7fa192a1bd8b8bd32bc416eb42c04c53a791296 (diff) | |
python3: new package at version 3.11.1
Diffstat (limited to 'python3/files')
| -rw-r--r-- | python3/files/01-socketmodule-no-hstrerror.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python3/files/01-socketmodule-no-hstrerror.patch b/python3/files/01-socketmodule-no-hstrerror.patch new file mode 100644 index 0000000..ccb7e7f --- /dev/null +++ b/python3/files/01-socketmodule-no-hstrerror.patch @@ -0,0 +1,10 @@ +--- a/Modules/socketmodule.c Tue Dec 6 20:05:27 2022 ++++ b/Modules/socketmodule.c Thu Feb 2 22:07:31 2023 +@@ -232,6 +232,7 @@ + /* Solaris fails to define this variable at all. */ + #if (defined(__sun) && defined(__SVR4)) && !defined(INET_ADDRSTRLEN) + #define INET_ADDRSTRLEN 16 ++#undef HAVE_HSTRERROR + #endif + + /* Generic includes */ |
