75d4fc2a7e
The way dbus test if the linker supports version scripts, is generating some undefined symbold error on FreeBSD (not on linux), remove the part of the tests which causes this issue. While here mark the libary which is supposed to have symbols as such so the ports tree can check if the regression happened again in the futur. PR: 285253
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
--- dbus/test-version-script.orig 2025-02-27 16:29:06 UTC
|
|
+++ dbus/test-version-script
|
|
@@ -1,8 +1,6 @@ NOT_REALLY_LIBDBUS_1_3 {
|
|
NOT_REALLY_LIBDBUS_1_3 {
|
|
global:
|
|
dbus_*;
|
|
- local:
|
|
- *;
|
|
};
|
|
NOT_REALLY_LIBDBUS_PRIVATE_1.2.3 {
|
|
global:
|