]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
apr: Cache configure tests which use AC_TRY_RUN
authorKhem Raj <raj.khem@gmail.com>
Fri, 26 Aug 2022 07:46:46 +0000 (00:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Aug 2022 09:28:26 +0000 (10:28 +0100)
commit504eb0ff1cae200ee85ec18ebae564cae9bf9c8c
treee07444895fe3cd4127f2bbd4a88ee6d326592bfb
parent084615ce0547b49ee96931cef2915125ca0ff893
apr: Cache configure tests which use AC_TRY_RUN

AC_TRY_RUN macro means the test needs to run to find the result and we
are cross compiling so this will always get wrong results, this results
in miscompiling apache2 on musl because it disables rlimit
(ac_cv_struct_rlimit) wrongly.

All these variables are determined with AC_TRY_RUN checks

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch [new file with mode: 0644]
meta/recipes-support/apr/apr_1.7.0.bb