From 80df8a7bc61c9077aee14a4a0a4a50d7396d0984 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Thu, 2 Feb 2023 22:41:38 +0100 Subject: python3: new package at version 3.11.1 --- python3/files/01-socketmodule-no-hstrerror.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python3/files/01-socketmodule-no-hstrerror.patch (limited to 'python3/files/01-socketmodule-no-hstrerror.patch') 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 */ -- cgit v1.2.3