diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-05-28 09:53:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 20:46:34 +0100 |
commit | 742b6fe11190839120fc99662c0c51aac5f22c04 (patch) | |
tree | 36e664f773be80f51b08aefee3ca001ccc4df654 /meta/site | |
parent | 93e0ae68d2c1827370f4f9e95c2f0b7f98ba2cb8 (diff) | |
download | openembedded-core-contrib-742b6fe11190839120fc99662c0c51aac5f22c04.tar.gz |
powerpc64-linux: Update cached autoconf value for apr on powerpc64
Fix below apr configure issue of powerpc64 targets.
| configure:27173: checking whether TCP_NODELAY and TCP_CORK can both be
| enabled
| configure:27179: error: in `/home/yocto/workspace/sdk-devel/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/apr/1.4.6-r2/apr-1.4.6':
| configure:27181: error: cannot run test program while cross compiling
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/powerpc64-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/powerpc64-linux b/meta/site/powerpc64-linux index 2b147d7ff15..d64e230aff1 100644 --- a/meta/site/powerpc64-linux +++ b/meta/site/powerpc64-linux @@ -33,3 +33,7 @@ screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} # libpcap ac_cv_linux_vers=${ac_cv_linux_vers=2} + +# apr +apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} + |