diff options
Diffstat (limited to 'net/asterisk13/files/patch-main__asterisk.exports.in')
-rw-r--r-- | net/asterisk13/files/patch-main__asterisk.exports.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/asterisk13/files/patch-main__asterisk.exports.in b/net/asterisk13/files/patch-main__asterisk.exports.in new file mode 100644 index 000000000000..ea055bfa189d --- /dev/null +++ b/net/asterisk13/files/patch-main__asterisk.exports.in @@ -0,0 +1,11 @@ +--- main/asterisk.exports.in.orig 2013-08-22 08:26:55 UTC ++++ main/asterisk.exports.in +@@ -68,6 +68,8 @@ + + */ + LINKER_SYMBOL_PREFIX_IO_stdin_used; ++ LINKER_SYMBOL_PREFIX__progname; ++ LINKER_SYMBOL_PREFIXenviron; + local: + *; + }; |