Fix build with old binutils.

Somehow linker scripts should not hide __progname and environ from symbols.

Reported by:	kib
This commit is contained in:
Baptiste Daroussin 2019-12-16 18:40:37 +00:00
parent 57d61d5d4b
commit 0b0b10cff8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520283

View file

@ -0,0 +1,11 @@
--- libnotify/libnotify.map.orig 2019-04-05 19:06:19 UTC
+++ libnotify/libnotify.map
@@ -1,6 +1,8 @@
{
global:
notify_*;
+ __progname;
+ environ;
local:
*;
};