mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-07 15:11:08 -09:00
Commit973b1eba5aremoved third patch because of78634e8ac2however OPENSSL_NO_MADVISE wasn't updated to reflect the new HAVE_MADVISE logic resulting in the following build failure without MMU: /home/buildroot/autobuild/instance-2/output-1/host/riscv64-buildroot-linux-uclibc/bin/ld.real: libcrypto.a(libcrypto-lib-mem_sec.o): in function `sh_init': /home/buildroot/autobuild/instance-2/output-1/build/libopenssl-3.2.0/crypto/mem_sec.c:557: undefined reference to `madvise' Fixes: - http://autobuild.buildroot.org/results/4328c025f6f2bcd2ebc5a4368c78e00da0aea1ae Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>