ports/devel/libnotify/files/patch-libnotify_libnotify.map
Baptiste Daroussin 0b0b10cff8 Fix build with old binutils.
Somehow linker scripts should not hide __progname and environ from symbols.

Reported by:	kib
2019-12-16 18:40:37 +00:00

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:
*;
};