All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] site/mips{,64}-common: Add apache vars.
Date: Tue, 02 Nov 2010 12:04:19 +1030	[thread overview]
Message-ID: <4CCF6A9B.7030302@gmail.com> (raw)


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




                 reply	other threads:[~2010-11-02  1:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CCF6A9B.7030302@gmail.com \
    --to=graham.gower@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.