[oe] [PATCH] site/mips{,64}-common: Add apache vars.

Graham Gower graham.gower at gmail.com
Tue Nov 2 01:34:19 UTC 2010


Also, fix CORBA pointer alignment for mips64 that I missed previously.

Signed-off-by: Graham Gower <graham.gower at gmail.com>
---
 site/mips-common   |    6 ++++++
 site/mips64-common |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/site/mips-common b/site/mips-common
index 49e6dee..3e68667 100644
--- a/site/mips-common
+++ b/site/mips-common
@@ -35,3 +35,9 @@ pgac_cv_alignof_int=4
 pgac_cv_alignof_long=4
 pgac_cv_alignof_long_long_int=8
 pgac_cv_alignof_double=8
+
+# apache
+ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
+apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
+ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
+apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
diff --git a/site/mips64-common b/site/mips64-common
index 90c2efe..8413f81 100644
--- a/site/mips64-common
+++ b/site/mips64-common
@@ -26,7 +26,7 @@ ac_cv_alignof_CORBA_long_long=8
 ac_cv_alignof_CORBA_float=4
 ac_cv_alignof_CORBA_double=8
 ac_cv_alignof_CORBA_long_double=8
-ac_cv_alignof_CORBA_pointer=4
+ac_cv_alignof_CORBA_pointer=8
 ac_cv_alignof_CORBA_struct=1
 
 # postgresql
@@ -35,3 +35,9 @@ pgac_cv_alignof_int=4
 pgac_cv_alignof_long=8
 pgac_cv_alignof_long_long_int=8
 pgac_cv_alignof_double=8
+
+# apache
+ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
+apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
+ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
+apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
-- 
1.7.1





More information about the Openembedded-devel mailing list