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@
14 lines
373 B
Plaintext
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
|
|
]
|