summarylogtreecommitdiffstats
path: root/0007-MINGW-configure-largefile-support-for-windows-builds.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0007-MINGW-configure-largefile-support-for-windows-builds.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0007-MINGW-configure-largefile-support-for-windows-builds.patch')
-rw-r--r--0007-MINGW-configure-largefile-support-for-windows-builds.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0007-MINGW-configure-largefile-support-for-windows-builds.patch b/0007-MINGW-configure-largefile-support-for-windows-builds.patch
index c74382900645..23c2d9dba5d3 100644
--- a/0007-MINGW-configure-largefile-support-for-windows-builds.patch
+++ b/0007-MINGW-configure-largefile-support-for-windows-builds.patch
@@ -1,4 +1,4 @@
-From c4ec9b26b76ebaa442ed3ae3fa10442869e66038 Mon Sep 17 00:00:00 2001
+From 0d783f83aadf8f7dd64bf81684942be2cde01df6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?=
<alexey.pawlow@gmail.com>
Date: Thu, 17 Jun 2021 18:51:16 +0530
@@ -14,7 +14,7 @@ Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
1 file changed, 12 insertions(+)
diff --git a/configure.ac b/configure.ac
-index 6058002..4c964ae 100644
+index a2cec23..61a7608 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2487,8 +2487,20 @@ AC_CHECK_SIZEOF(off_t, [], [
@@ -39,5 +39,5 @@ index 6058002..4c964ae 100644
[Defined to enable large file support when an off_t is bigger than a long
and long long is at least as big as an off_t. You may need
--
-2.32.0
+2.33.0