Skip to content
Commit 104c9ddf authored by Khem Raj's avatar Khem Raj Committed by Steve Sakoman
Browse files

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: default avatarKhem Raj <raj.khem@gmail.com>
Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 504eb0ff)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 993cfeae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment