Merge branch 'vuplus-1.6' of 192.168.102.66:/var/ikseong/repo/openembedded into test_0921
[vuplus_openembedded] / recipes / python / python-2.6.7 / forced_largefile_support.patch
1 --- Python-2.5.1-org/configure.in       2007-03-12 11:50:51.000000000 +0100
2 +++ Python-2.5.1/configure.in   2007-07-14 01:29:32.000000000 +0200
3 @@ -1223,7 +1223,7 @@
4  }],
5  ac_cv_sizeof_off_t=`cat conftestval`,
6  ac_cv_sizeof_off_t=0,
7 -ac_cv_sizeof_off_t=4)
8 +ac_cv_sizeof_off_t=8)
9  ])
10  AC_MSG_RESULT($ac_cv_sizeof_off_t)
11  AC_DEFINE_UNQUOTED(SIZEOF_OFF_T, $ac_cv_sizeof_off_t,
12 --- Python-2.6.7-org/configure  2010-05-25 04:27:03.000000000 +0200
13 +++ Python-2.6.7/configure      2011-09-09 17:58:21.885690578 +0200
14 @@ -6938,7 +6938,7 @@
15    $as_echo_n "(cached) " >&6
16  else
17    if test "$cross_compiling" = yes; then :
18 -  ac_cv_sizeof_off_t=4
19 +  ac_cv_sizeof_off_t=8
20  else
21    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22  /* end confdefs.h.  */