View | Details | Raw Unified | Return to bug 277905 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/jose/files/patch-lib_meson.build (+13 lines)
Added Link Here
1
--- lib/meson.build.orig	2024-02-02 10:53:08 UTC
2
+++ lib/meson.build
3
@@ -2,10 +2,6 @@ cc = meson.get_compiler('c')
4
 code = 'int main() { return 0; }'
5
 cc = meson.get_compiler('c')
6
 
7
-if not cc.links(code, args: flags, name: '-Wl,--version-script=...')
8
-  flags = [ '-export-symbols-regex=^jose_.*' ]
9
-endif
10
-
11
 libjose_lib = shared_library('jose',
12
   'misc.c',           'misc.h',
13
   'cfg.c',

Return to bug 277905