mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
Ports: Update Python to 3.10.2
Released on 2022-01-14. https://www.python.org/downloads/release/python-3102/
This commit is contained in:
parent
6b5c882af3
commit
ab976667c4
6 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
From ede554ba7adc8533d1089bf9d153009c0566ebac Mon Sep 17 00:00:00 2001
|
||||
From 90ab7a9c6b230961f5be4de7d41d34062b27eba5 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Fri, 14 Jan 2022 23:35:57 +0330
|
||||
Subject: [PATCH 2/4] Tweak configure and configure.ac
|
||||
|
@ -12,7 +12,7 @@ As usual, make the `configure` script recognize Serenity. Also set
|
|||
2 files changed, 16 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 2e7e0b7..f62120f 100755
|
||||
index a7d2975..5d0f410 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -3335,6 +3335,9 @@ then
|
||||
|
@ -43,7 +43,7 @@ index 2e7e0b7..f62120f 100755
|
|||
*-*-linux*)
|
||||
case "$host_cpu" in
|
||||
arm*)
|
||||
@@ -9875,7 +9882,7 @@ then
|
||||
@@ -9886,7 +9893,7 @@ then
|
||||
LINKFORSHARED="-Wl,-E -Wl,+s";;
|
||||
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
|
||||
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
|
||||
|
@ -53,7 +53,7 @@ index 2e7e0b7..f62120f 100755
|
|||
Darwin/*)
|
||||
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 0c06914..383031e 100644
|
||||
index 5aa91cb..55bd7a0 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -391,6 +391,9 @@ then
|
||||
|
@ -84,7 +84,7 @@ index 0c06914..383031e 100644
|
|||
*-*-linux*)
|
||||
case "$host_cpu" in
|
||||
arm*)
|
||||
@@ -2802,7 +2809,7 @@ then
|
||||
@@ -2807,7 +2814,7 @@ then
|
||||
LINKFORSHARED="-Wl,-E -Wl,+s";;
|
||||
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
|
||||
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue