From e4d01c9d6f08a229bda70b2a73f9b42b37631c01 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 2 Jun 2025 18:41:58 +0000 Subject: [PATCH] core196: Ship OpenSSL This is being shipped because it has been rebuilt with GCC 15. There has been reports on some systems that OpenSSL triggers some compiler bug and therefore the openssl command tends to segfault a lot. This is now being resolved with GCC 15. Signed-off-by: Michael Tremer --- config/rootfiles/core/196/filelists/openssl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/openssl diff --git a/config/rootfiles/core/196/filelists/openssl b/config/rootfiles/core/196/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/196/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file -- 2.39.5