From 6d71a1c8e667c2b15445223eabccfad5bce27bf8 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Mon, 1 Nov 2010 15:34:19 +0000 Subject: site/mips{,64}-common: Add apache vars. Also, fix CORBA pointer alignment for mips64 that I missed previously. Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- site/mips-common | 6 ++++++ site/mips64-common | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/site/mips-common b/site/mips-common index 49e6deefc7..3e68667a72 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 90c2efe45a..8413f81017 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} -- cgit 1.2.3-korg