diff options
Diffstat (limited to 'Ports/python3/patches/fix-autoconf.patch')
-rw-r--r-- | Ports/python3/patches/fix-autoconf.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Ports/python3/patches/fix-autoconf.patch b/Ports/python3/patches/fix-autoconf.patch index cf087a8198..21e21ca4f2 100644 --- a/Ports/python3/patches/fix-autoconf.patch +++ b/Ports/python3/patches/fix-autoconf.patch @@ -1,5 +1,5 @@ ---- Python-3.10.0rc1/config.sub 2021-08-03 19:03:07.361000000 +0100 -+++ Python-3.10.0rc1/config.sub 2021-08-03 19:04:06.425786525 +0100 +--- Python-3.10.0rc2/config.sub 2021-08-03 19:03:07.361000000 +0100 ++++ Python-3.10.0rc2/config.sub 2021-08-03 19:04:06.425786525 +0100 @@ -1485,6 +1485,8 @@ -oss*) os=-sysv3 @@ -9,8 +9,8 @@ -svr4*) os=-sysv4 ;; ---- Python-3.10.0rc1/configure.ac 2021-08-03 19:04:59.784000000 +0100 -+++ Python-3.10.0rc1/configure.ac 2021-08-03 19:08:42.069896469 +0100 +--- Python-3.10.0rc2/configure.ac 2021-08-03 19:04:59.784000000 +0100 ++++ Python-3.10.0rc2/configure.ac 2021-08-03 19:08:42.069896469 +0100 @@ -391,6 +391,9 @@ # a lot of different things including 'define_xopen_source' # in the case statement below. @@ -48,9 +48,9 @@ # -u libsys_s pulls in all symbols in libsys Darwin/*) LINKFORSHARED="$extra_undefs -framework CoreFoundation" ---- Python-3.10.0rc1/configure 2021-08-03 19:06:33.593000000 +0100 -+++ Python-3.10.0rc1/configure 2021-08-03 19:08:53.870858123 +0100 -@@ -3697,6 +3697,9 @@ +--- Python-3.10.0rc2/configure 2021-09-07 15:18:28.000000000 +0200 ++++ Python-3.10.0rc2/configure 2021-09-18 17:01:57.104963183 +0200 +@@ -3325,6 +3325,9 @@ # a lot of different things including 'define_xopen_source' # in the case statement below. case "$host" in @@ -60,7 +60,7 @@ *-*-linux-android*) ac_sys_system=Linux-android ;; -@@ -3735,6 +3738,7 @@ +@@ -3363,6 +3366,7 @@ linux*) MACHDEP="linux";; cygwin*) MACHDEP="cygwin";; darwin*) MACHDEP="darwin";; @@ -68,7 +68,7 @@ '') MACHDEP="unknown";; esac fi -@@ -3744,6 +3748,9 @@ +@@ -3372,6 +3376,9 @@ if test "$cross_compiling" = yes; then case "$host" in @@ -78,7 +78,7 @@ *-*-linux*) case "$host_cpu" in arm*) -@@ -10788,7 +10795,7 @@ +@@ -9768,7 +9775,7 @@ LINKFORSHARED="-Wl,-E -Wl,+s";; # LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";; Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";; |