openwrt/package
Robert Marko 111151379d boot: arm-trusted-firmware-microchipsw: fix compilation against LibreSSL
LibreSSL 3.9+ has dropped support for X509V3 extension API so cert_create
tool does not compile against it at all.

This was hidden by the fact that it was compiling against OpenSSL on my
host which still has that API, however we do not ship libssl-dev in the
Buildbot containers so compiling against distro OpenSSL is not possible.

So, after a long time trying to find any docs on that API I resorted to
LLM(Gemini 3 Pro) to get it to compile.

Our libcrypto is linked against pthread so we must pass -lpthread as well
for cert_tool.

Fixes: 5205c0c426 ("microchipsw: lan969x: add Microchip EV23X71A")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
(cherry picked from commit 410277ca12)
2026-01-18 11:21:27 +01:00
..
base-files base-files: introduce a function to generate IAID 2026-01-15 11:06:32 +01:00
boot boot: arm-trusted-firmware-microchipsw: fix compilation against LibreSSL 2026-01-18 11:21:27 +01:00
devel kselftests-bpf: drop dependency on kernel 6.6 2025-11-27 12:47:16 +01:00
firmware ipq-wifi: rename BDF for EAP623-Outdoor HD v1 2026-01-08 11:18:58 +01:00
kernel mac80211: fix build for 6.12.64 bump 2026-01-15 20:55:54 +01:00
libs elfutils: drop libelf1 provide 2026-01-16 17:13:00 +01:00
network wifi-scripts: fix wifi failure on specifying value of DAE client 2026-01-15 21:11:02 +01:00
system uclient: provide virtual wget-any 2026-01-16 17:12:59 +01:00
utils cli: fix typo in error reporting 2026-01-04 16:57:20 +01:00
Makefile package: do not sign individual APK packages 2025-10-09 12:52:43 +02:00