Date: Sun, 30 Dec 2018 15:17:01 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Message-ID: <bug-233707-29464-ZBYSMBe8Nw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233707-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-233707-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #9 from Shawn Webb <shawn.webb@hardenedbsd.org> --- (In reply to Tijl Coosemans from comment #8) Almost. Compiling with -fPIC will solve the issue. Take a look at the artic= le I linked to in comment #5. HardenedBSD does this and is why HardenedBSD can continue using SSP-all with www/firefox without issues. In this case, -fPIE isn't needed, but -fPIC is. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233707-29464-ZBYSMBe8Nw>