* [PATCH] site/mips{,64}-common: Add apache vars.
@ 2010-11-02 1:34 Graham Gower
0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-11-02 1:34 UTC (permalink / raw)
To: openembedded-devel
Also, fix CORBA pointer alignment for mips64 that I missed previously.
Signed-off-by: Graham Gower <graham.gower@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-02 1:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 1:34 [PATCH] site/mips{,64}-common: Add apache vars Graham Gower
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox