diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-09-29 21:12:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-09-29 21:12:06 +0000 |
| commit | e4ac36029267c7891d1185bbb6dbe96d8636fa6b (patch) | |
| tree | 83195afb909e8273405d600772d7053f472263a8 /meta/packages/zlib/files/autotools.patch | |
| parent | ce846ca9cbec2f810450300042804edbf3e86d18 (diff) | |
| download | poky-e4ac36029267c7891d1185bbb6dbe96d8636fa6b.tar.gz | |
zlib: Fix autotools off64_t patch logic fixing darwin builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5328 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/zlib/files/autotools.patch')
| -rw-r--r-- | meta/packages/zlib/files/autotools.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/zlib/files/autotools.patch b/meta/packages/zlib/files/autotools.patch index d70c2f6892..c2db0848f2 100644 --- a/meta/packages/zlib/files/autotools.patch +++ b/meta/packages/zlib/files/autotools.patch | |||
| @@ -583,15 +583,15 @@ Index: zlib-1.2.3/configure.ac | |||
| 583 | +CPPFLAGS=$zlib_save_CPPFLAGS | 583 | +CPPFLAGS=$zlib_save_CPPFLAGS |
| 584 | + | 584 | + |
| 585 | +AC_CACHE_CHECK([whether to enable -D_LARGEFILE64_SOURCE], [zlib_cv_use_lfs64], [ | 585 | +AC_CACHE_CHECK([whether to enable -D_LARGEFILE64_SOURCE], [zlib_cv_use_lfs64], [ |
| 586 | + zlib_cv_use_lfs64=yes | 586 | + zlib_cv_use_lfs64=no |
| 587 | + if test "$ac_cv_off64_t" = "yes"; then | 587 | + if test "$ac_cv_type_off64_t" = "yes"; then |
| 588 | + zlib_cv_use_lfs64=yes | 588 | + zlib_cv_use_lfs64=yes |
| 589 | + fi | 589 | + fi |
| 590 | +]) | 590 | +]) |
| 591 | + | 591 | + |
| 592 | +if test "$zlib_cv_use_lfs64" = "yes"; then | 592 | +if test "$zlib_cv_use_lfs64" = "yes"; then |
| 593 | + CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE" | 593 | + CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE" |
| 594 | + echo "eek" | 594 | + |
| 595 | + #APR_ADDTO(CPPFLAGS, [-D_LARGEFILE64_SOURCE]) | 595 | + #APR_ADDTO(CPPFLAGS, [-D_LARGEFILE64_SOURCE]) |
| 596 | +fi | 596 | +fi |
| 597 | + | 597 | + |
