mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
Somehow linker scripts should not hide __progname and environ from symbols. Reported by: kib
11 lines
179 B
Text
11 lines
179 B
Text
--- libnotify/libnotify.map.orig 2019-04-05 19:06:19 UTC
|
|
+++ libnotify/libnotify.map
|
|
@@ -1,6 +1,8 @@
|
|
{
|
|
global:
|
|
notify_*;
|
|
+ __progname;
|
|
+ environ;
|
|
local:
|
|
*;
|
|
};
|