[Bug 208538] www/firefox 45 fails to build with -pie on lang/gcc after r410748
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 5 06:46:09 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208538
Jan Beich <jbeich at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|www/firefox 45 fails to |www/firefox 45 fails to
|build on Freebsd 9.3 |build with -pie on lang/gcc
| |after r410748
CC| |gerald at FreeBSD.org
--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
PIE is mandatory since ports r410748. www/firefox passes -pie during build
which appears to be broken with lang/gcc* earlier than lang/gcc49. However,
-fpie still works.
Can you try a different compiler? lang/gcc5 or clang37 from devel/llvm37.
USES=compiler:c++11-lang by default chooses either /usr/bin/clang or, if not
available, lang/clang34. But if you've defined FAVORITE_COMPILER=gcc it can be
influenced via /etc/make.conf e.g.,
DEFAULT_VERSIONS = gcc=5
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list