diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-22 15:50:43 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 14:28:22 +0000 |
commit | 5929ead20b55c7a0ec208c2ffe79840b5e115596 (patch) | |
tree | 92e20739ac5212ae0ad4942ecbf2c280973a53a0 /meta/site/mips-common | |
parent | 1c75a5df6845090480deff20f469f177501d2182 (diff) | |
download | openembedded-core-5929ead20b55c7a0ec208c2ffe79840b5e115596.tar.gz openembedded-core-5929ead20b55c7a0ec208c2ffe79840b5e115596.tar.bz2 openembedded-core-5929ead20b55c7a0ec208c2ffe79840b5e115596.zip |
apr: add configure for NODELAY to mips-common
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/site/mips-common')
-rw-r--r-- | meta/site/mips-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/mips-common b/meta/site/mips-common index 85e4696cbd..6408baa59f 100644 --- a/meta/site/mips-common +++ b/meta/site/mips-common @@ -29,3 +29,6 @@ ac_cv_alignof_CORBA_struct=1 # dpkg dpkg_cv_va_copy=${ac_cv_va_copy=yes} dpkg_cv___va_copy=${ac_cv___va_copy=yes} + +# apr +apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} |