diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-08-31 08:50:56 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-31 17:33:35 +0100 |
commit | 94f29466797b98404eaa77e420fe648b4832f8eb (patch) | |
tree | 6e878e61974b78fbd6a94f5a4890c5990a86c6ac /meta/site/powerpc-common | |
parent | d5bc20830d8c1551db7f3cbb1f3ae1aa07b0719a (diff) | |
download | openembedded-core-contrib-94f29466797b98404eaa77e420fe648b4832f8eb.tar.gz |
powerpc-common: add working_getline to gettext
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/site/powerpc-common')
-rw-r--r-- | meta/site/powerpc-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common index ac0da6232b2..a4c7a37feb9 100644 --- a/meta/site/powerpc-common +++ b/meta/site/powerpc-common @@ -113,6 +113,9 @@ 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} +# gettext +am_cv_func_working_getline=${am_cv_func_working_getline=yes} + # glib glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} |