latest update of libproxy added a check on the toolchain to verify if symbols versionning is supported, but this test fails on FreeBSD 14.
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
--- src/libproxy/test.map.orig 2025-11-17 14:48:23 UTC
|
|
+++ src/libproxy/test.map
|
|
@@ -1,2 +1,2 @@
|
|
#
|
|
-TEST { local: *; };
|
|
\ No newline at end of file
|
|
+TEST { global: environ; __progname; local: *; };
|