diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-28 13:39:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-28 13:39:57 +0000 |
commit | 15bd1d4a037e4858fbaaeef60cdd0adf865c4063 (patch) | |
tree | f2bb5a0b0d319b2369bd95c734244c78ba253928 /site/i586-linux | |
parent | f810a4a849972176cf2f3989691733614fa8c455 (diff) |
site/i586-linux: add bits to make php5 compile
Diffstat (limited to 'site/i586-linux')
-rw-r--r-- | site/i586-linux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/i586-linux b/site/i586-linux index 6d6887dc6b..3e0023609b 100644 --- a/site/i586-linux +++ b/site/i586-linux @@ -108,5 +108,10 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} # libxfce4util with_broken_putenv=${with_broken_putenv=no} +# php +ac_cv_pread=${ac_cv_pread=no} +ac_cv_pwrite=${ac_cv_pwrite=no} +php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} + # xffm jm_cv_func_working_readdir=yes |