From 6fe27732b39909b91f5e2a6bbceab916864131df Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 13 Dec 2022 11:54:35 -0600 Subject: [PATCH] mkrootfs: Install OpenSSL 1.1 `mqttdpms` is linked against OpenSSL 1.1. Rather than build multiple copies that link to different versions, it's easier (for now) to just install the old version of OpenSSL here. --- mkrootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mkrootfs.sh b/mkrootfs.sh index 5e28b78..e025e2e 100644 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -28,6 +28,7 @@ dnf --installroot "${destdir}" install -y \ nbd \ openbox \ openssh-server \ + openssl1.1 \ rsyslog \ systemd \ xinit \