mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:37:34 +00:00
Ports/python3: Update Python to 3.11.0
This now requires `--host` and `--with-build-python` to be passed to the configure script when cross compiling; the former we simply do like in many other package.sh scripts as well, the latter we point to `python3`, which is expected to match the port's version anyway.
This commit is contained in:
parent
35ec636b5d
commit
edf3aee4df
9 changed files with 28 additions and 28 deletions
|
@ -10,10 +10,10 @@ the `socket` module.
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
|
||||
index ab8618b..0109d97 100644
|
||||
index 14af496a45f4788dc55ec3d959c2de45147725bc..9dcad434af405f0a6f6233f36ef1e1062086050e 100644
|
||||
--- a/Modules/socketmodule.c
|
||||
+++ b/Modules/socketmodule.c
|
||||
@@ -168,7 +168,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\
|
||||
@@ -175,7 +175,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\
|
||||
# undef HAVE_GETHOSTBYNAME_R_6_ARG
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue