openbsd-ports/sysutils/dspy/patches/patch-meson_build
ajacoutot 7fa32634ee Import dspy-1.2.0
D-Spy is a tool to explore and test end-points and interfaces on the System or
Session D-Bus. You can also connect to D-Bus peers by address. D-Spy was
originally part of GNOME Builder.

This should be used instead of the recently removed d-feet package.

ok robert@
2022-03-19 10:44:33 +00:00

14 lines
373 B
Plaintext

Should match b_lundef in meson(1).
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -159,7 +159,6 @@ endif
# cast checks, asserts, and additional link options.
release_link_args = []
test_link_args = [
- '-Wl,-z,defs', # Detect and reject underlinking
'-Wl,-z,now', # Disable lazy binding
'-Wl,-z,relro', # Read-only segments after relocation
]