aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2023-09-28 17:36:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-09-28 17:47:47 +0000
commit3ff32fdca51b54be84edf47d2f1d33af96c4b8ab (patch)
tree37b18a03ec71dacbbdec2d426b0776542484cd7a
parent795c1cc720436261b76b2127a43483e668b21564 (diff)
downloadports-3ff32fdca51b54be84edf47d2f1d33af96c4b8ab.tar.gz
ports-3ff32fdca51b54be84edf47d2f1d33af96c4b8ab.zip
devel/basu: unbreak build with LLD 17
ld: error: version script assignment of 'global' to symbol 'sd_bus_attach_event' failed: symbol not defined ld: error: version script assignment of 'global' to symbol 'sd_bus_detach_event' failed: symbol not defined ld: error: version script assignment of 'global' to symbol 'sd_bus_get_event' failed: symbol not defined PR: 274148 Reported by: antoine (via bug 273753 exp-run)
-rw-r--r--devel/basu/files/patch-src_libsystemd_libsystemd.sym14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/basu/files/patch-src_libsystemd_libsystemd.sym b/devel/basu/files/patch-src_libsystemd_libsystemd.sym
new file mode 100644
index 000000000000..c02f2935d81e
--- /dev/null
+++ b/devel/basu/files/patch-src_libsystemd_libsystemd.sym
@@ -0,0 +1,14 @@
+https://lists.sr.ht/~emersion/public-inbox/patches/44750
+
+--- src/libsystemd/libsystemd.sym.orig 2022-12-16 10:13:02 UTC
++++ src/libsystemd/libsystemd.sym
+@@ -72,9 +72,6 @@ global:
+ sd_bus_get_current_message;
+ sd_bus_get_current_handler;
+ sd_bus_get_current_userdata;
+- sd_bus_attach_event;
+- sd_bus_detach_event;
+- sd_bus_get_event;
+ sd_bus_add_filter;
+ sd_bus_add_match;
+ sd_bus_add_object;