~ubuntu-branches/ubuntu/raring/python3.3/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/no-large-file-support.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-22 06:14:01 UTC
  • Revision ID: package-import@ubuntu.com-20120322061401-vvrgvw3nvi68rtqq
Tags: 3.3.0~a1-1
* Python 3.3.0 alpha1 release.
* Update to 20120321 from the trunk.
* Update debian/copyright.
* Build-depend on expat (>= 2.1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: disable large file support for GNU/Hurd
 
2
 
 
3
--- a/configure.ac
 
4
+++ b/configure.ac
 
5
@@ -1402,6 +1402,9 @@
 
6
   use_lfs=no
 
7
 fi
 
8
 
 
9
+# Don't use largefile support anyway.
 
10
+use_lfs=no
 
11
+
 
12
 if test "$use_lfs" = "yes"; then
 
13
 # Two defines needed to enable largefile support on various platforms
 
14
 # These may affect some typedefs