mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/68.0.3440.106..71.0.3578.98?pretty=fuller&n=10000 PR: 233990 Submitted by: Matthias Wolf <freebsd@rheinwolf.de> Reported by: nikolaibitinit@gmail.com Reviewed by: rene, cpm Approved by: rene, cpm MFH: 2019Q1 Security: http://vuxml.freebsd.org/freebsd/546d4dd4-10ea-11e9-b407-080027ef1a23.html Security: http://vuxml.freebsd.org/freebsd/720590df-10eb-11e9-b407-080027ef1a23.html
29 lines
532 B
Text
29 lines
532 B
Text
--- build/linux/chrome.map.orig 2018-08-08 19:10:32 UTC
|
|
+++ build/linux/chrome.map
|
|
@@ -1,4 +1,7 @@
|
|
{
|
|
+local:
|
|
+ *;
|
|
+
|
|
global:
|
|
__bss_start;
|
|
__data_start;
|
|
@@ -20,6 +23,10 @@ global:
|
|
# Program entry point.
|
|
_start;
|
|
|
|
+ # FreeBSD specific variables.
|
|
+ __progname;
|
|
+ environ;
|
|
+
|
|
# Memory allocation symbols. We want chrome and any libraries to
|
|
# share the same heap, so it is correct to export these symbols.
|
|
calloc;
|
|
@@ -81,7 +88,4 @@ global:
|
|
localtime64;
|
|
localtime64_r;
|
|
localtime_r;
|
|
-
|
|
-local:
|
|
- *;
|
|
};
|