diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-19 09:13:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:31 +0000 |
commit | 624ca6aa5012a69653c6e0ce63ac930a98e20745 (patch) | |
tree | ffe5467b8860a3ecd9707822cc6d011dddecad8e /meta/site/sh-common | |
parent | 90234f1931e422675b8e52fcd1408c805fa594ee (diff) | |
download | poky-624ca6aa5012a69653c6e0ce63ac930a98e20745.tar.gz |
siteinfo: Move apr configure cache to common-linux
There are variables which are used in all target specific
sitefiles. Move it to common-linux, so it can be effective
for all targets. Usually they will vary based upon libc
e.g. musl does not have process shared mutexes so apr_cv_process_shared_works
should be no for it. For glibc though it should be yes but
existing behaviour is to use 'no' so its left as it is.
(From OE-Core rev: 2c5135f2106842e1b5ef880a08dbd4e50c9e0d04)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/sh-common')
-rw-r--r-- | meta/site/sh-common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common index bde416a2cd..5cbf36a79f 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -29,9 +29,6 @@ ac_cv_ushort=${ac_cv_ushort=yes} | |||
29 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | 29 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} |
30 | 30 | ||
31 | # apache | 31 | # apache |
32 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} | ||
33 | apr_cv_process_shared_works=${apr_cv_process_shared_works=no} | ||
34 | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | ||
35 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} | 32 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} |
36 | 33 | ||
37 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} | 34 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} |