From 424a50000a78fff715de4417dba9b4498aeeee4c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 29 Sep 2017 13:40:02 +0300 Subject: Imported python3.5 3.5.4-4 --- debian/patches/no-large-file-support.diff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/no-large-file-support.diff (limited to 'debian/patches/no-large-file-support.diff') diff --git a/debian/patches/no-large-file-support.diff b/debian/patches/no-large-file-support.diff new file mode 100644 index 0000000..78b9f12 --- /dev/null +++ b/debian/patches/no-large-file-support.diff @@ -0,0 +1,18 @@ +# DP: disable large file support for GNU/Hurd + +Index: b/configure.ac +=================================================================== +--- a/configure.ac ++++ b/configure.ac +@@ -2059,6 +2059,11 @@ if test "$sol_lfs_bug" = "yes"; then + use_lfs=no + fi + ++# Don't use largefile support for GNU/Hurd ++case $ac_sys_system in GNU*) ++ use_lfs=no ++esac ++ + if test "$use_lfs" = "yes"; then + # Two defines needed to enable largefile support on various platforms + # These may affect some typedefs -- cgit v1.2.3