Date: Sun, 17 Apr 2011 19:00:41 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: chromium@FreeBSD.org Subject: [solved] chromium doesn't open any page Message-ID: <4DAB0EA9.7010201@FreeBSD.org> In-Reply-To: <4DA97CAE.5040403@FreeBSD.org> References: <4DA33595.40203@FreeBSD.org> <4DA857AC.9030604@FreeBSD.org> <4DA97CAE.5040403@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DAB0EA9.7010201>