diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-26 00:46:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-30 10:33:35 +0100 |
commit | b217f50dc5bea940a3e227ece215482953fd250b (patch) | |
tree | 5b07ede8fae5a3880cd65733017d6ea4df2ee47a /documentation/set_versions.py | |
parent | d53699101888ace9d3b8ec6772d02d8de5aea29c (diff) | |
download | poky-b217f50dc5bea940a3e227ece215482953fd250b.tar.gz |
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
(From OE-Core rev: 504eb0ff1cae200ee85ec18ebae564cae9bf9c8c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/set_versions.py')
0 files changed, 0 insertions, 0 deletions