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 22:58:00 +0000 |
commit | 2c5135f2106842e1b5ef880a08dbd4e50c9e0d04 (patch) | |
tree | 431848c0432c20000b2a91039116f6e6ad91cd75 /meta/site/mips-common | |
parent | e941853e3dd9e498dcf486686d30cd07d65d83fb (diff) | |
download | openembedded-core-2c5135f2106842e1b5ef880a08dbd4e50c9e0d04.tar.gz openembedded-core-2c5135f2106842e1b5ef880a08dbd4e50c9e0d04.tar.bz2 openembedded-core-2c5135f2106842e1b5ef880a08dbd4e50c9e0d04.zip |
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.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/mips-common')
-rw-r--r-- | meta/site/mips-common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/mips-common b/meta/site/mips-common index 89d72cba47..5858dfb15b 100644 --- a/meta/site/mips-common +++ b/meta/site/mips-common @@ -30,10 +30,7 @@ ac_cv_alignof_CORBA_pointer=4 ac_cv_alignof_CORBA_struct=1 # 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} # glib glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} |