[Bug 192928] /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/share/chromium/chrome not found
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Wed Sep 10 19:37:55 UTC 2014
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192928
Lawrence Chen <beastie at tardisi.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beastie at tardisi.com
--- Comment #9 from Lawrence Chen <beastie at tardisi.com> ---
After investigating a problem similar to this for another port, the problem has
come up because chromium now uses "USE_OPENSSL"
in bsd.port.mk, bsd.openssl.mk is included before bsd.gcc.mk
bsd.openssl.mk adds "-Wl,-rpath,/usr/lib:/usr/local/lib" to LDFLAGS
unconditionally (when included.)
bsd.gcc.mk tries to determine if the features are in OS base, and if not adds:
"-Wl,-rpath=${_GCC_RUNTIME}" to LDFLAGS.
Because of bsd.openssl.mk, base is searched before ${_GCC_RUNTIME}...
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-chromium
mailing list