FreeBSD Bugzilla – Attachment 200811 Details for
Bug 220103
devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add FreeBSD specific entries to chrome's version map
www__chromium-fix-exported-symbols-1.diff (text/plain), 1.17 KB, created by
Dimitry Andric
on 2019-01-05 20:47:48 UTC
(
hide
)
Description:
Add FreeBSD specific entries to chrome's version map
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2019-01-05 20:47:48 UTC
Size:
1.17 KB
patch
obsolete
>Index: www/chromium/files/patch-build_linux_chrome.map >=================================================================== >--- www/chromium/files/patch-build_linux_chrome.map (nonexistent) >+++ www/chromium/files/patch-build_linux_chrome.map (working copy) >@@ -0,0 +1,29 @@ >+--- 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: >+- *; >+ }; > >Property changes on: www/chromium/files/patch-build_linux_chrome.map >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220103
: 200811 |
200815