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

git version control git at git.openembedded.org
Wed Nov 3 05:07:15 UTC 2010


Module: openembedded.git
Branch: master
Commit: 6d71a1c8e667c2b15445223eabccfad5bce27bf8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d71a1c8e667c2b15445223eabccfad5bce27bf8

Author: Graham Gower <graham.gower at gmail.com>
Date:   Mon Nov  1 15:34:19 2010 +0000

site/mips{,64}-common: Add apache vars.

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

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Khem Raj <raj.khem 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}





More information about the Openembedded-commits mailing list