Skip to content

uboot-mediatek: Fix compilation issue: undefined reference to `RSA_get0_d'

Piotr Kubik requested to merge pkubik-mtk-22.03_fix_undefined_ref into mtk-22.03

/usr/bin/ld: tools/sunxi_toc0.o: in function toc0_set_header': sunxi_toc0.c:(.text+0x363): undefined reference to RSA_get0_d'

The missing function was added in libressl v3.5.0. We don't really care, so just cut it out for now.

Patch form OpenWRT: https://github.com/openwrt/openwrt/blob/da74b706e5dd5fdc6ff36af105d8b9376c42471b/package/boot/uboot-mvebu/patches/100-fix-build.patch

Edited by Piotr Kubik

Merge request reports