1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 12:45:08 +00:00
serenity/Ports/openssl/patches/0003-Add-serenity-alias-to-linker-version-script.patch
Kenneth Myhra b38edc9d43 Ports/openssl: Update to 3.0.9
The 3.0 series is the new LTS version and is supported until 7th
September 2026. The 1.1.1 series which is the previous LTS version has
an end of support on 11th September 2023.
2023-07-20 07:24:40 +01:00

23 lines
931 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Kenneth Myhra <kennethmyhra@gmail.com>
Date: Tue, 18 Jul 2023 19:18:27 +0200
Subject: [PATCH] Add serenity alias to linker version script
This adds a serenity alias to the linker version script and forwards it
to the solaris configuration.
---
util/mkdef.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/mkdef.pl b/util/mkdef.pl
index d9534674cde1ed722cbf665692b9efc541f1d01a..28976aafe65b97dfd6bab7c460cc0f9648d33ebd 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -113,6 +113,7 @@ my %OS_data = (
platforms => { UNIX => 1 } },
"solaris-gcc" => 'solaris', # alias
linux => 'solaris', # alias
+ serenity => 'solaris', # alias
"bsd-gcc" => 'solaris', # alias
aix => { writer => \&writer_aix,
sort => sorter_unix(),