[solved] chromium doesn't open any page

Andriy Gapon avg at FreeBSD.org
Sun Apr 17 16:00:44 UTC 2011


on 16/04/2011 14:25 Andriy Gapon said the following:
> 
> Oh, sorry for being noisy/annoying, I should have the pkg-message.
> 

Doing the following substitution in the port's work directory before build fixes
chromium behavior on stable/8 for me:
find . -name "*.mk" | xargs -n1 sed -i '' -e 's/-lc //'

Apparently explicit -lc causes trouble for threaded applications even if they
linked with -pthread.  See this for the gory details:
http://thread.gmane.org/gmane.os.freebsd.devel.hackers/43117/focus=4957

-- 
Andriy Gapon


More information about the freebsd-chromium mailing list