Commit 4876d7e
0
plików
+0
dodanych
-0
usuniętych
@@ -1,27 +0,0 @@
1
-From 15d29ec7067a379c0be378f5dc40b30ffb6fa305 Mon Sep 17 00:00:00 2001
2
-From: Fabian Bornschein <fabiscafe@mailbox.org>
3
-Date: Sat, 21 Mar 2026 18:07:09 +0100
4
-Subject: [PATCH] meson: Statically link against libgcc
5
-
6
-Required when compiling with -fno-exceptions to avoid runtime
7
-dependencies on libgcc and prevent test failures.
8
- nss/meson.build | 1 +
9
- 1 file changed, 1 insertion(+)
10
-
11
-diff --git a/nss/meson.build b/nss/meson.build
12
-index ad69cd1..86f2e26 100644
13
-+++ b/nss/meson.build
14
-@@ -17,6 +17,7 @@ libnss_malcontent = shared_library('nss_malcontent',
15
- install: true,
16
- version: meson.project_version(),
17
- soversion: libnss_api_version,
18
-+ link_args: cc.get_supported_link_arguments('-static-libgcc'),
19
- )
20
-
21
- subdir('tests')
22
-\ No newline at end of file
23
-2.53.0
24
-