mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build with old binutils.
Somehow linker scripts should not hide __progname and environ from symbols. Reported by: kib
This commit is contained in:
parent
57d61d5d4b
commit
0b0b10cff8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520283
1 changed files with 11 additions and 0 deletions
11
devel/libnotify/files/patch-libnotify_libnotify.map
Normal file
11
devel/libnotify/files/patch-libnotify_libnotify.map
Normal 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:
|
||||||
|
*;
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue