openbsd-ports/x11/gnome/gucharmap/patches/patch-meson_options_txt
2022-03-11 20:15:18 +00:00

17 lines
377 B
Plaintext

ERROR: Assert failed: -Wl,-Bsymbolic-functions is required but not supported
Index: meson_options.txt
--- meson_options.txt.orig
+++ meson_options.txt
@@ -61,3 +61,10 @@ option(
value: true,
description: 'Enable Vala bindings',
)
+
+option(
+ 'symbolic_functions',
+ type: 'boolean',
+ value: true,
+ description: 'Enable bind defined function symbols locally',
+)