summaryrefslogtreecommitdiff
path: root/debian/patches/no-large-file-support.diff
blob: 78b9f12e56b86caaf006094da07749e8ee6c6bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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