[Bug 232183] www/firefox: r481071 of Mk/bsd.gecko.mk inhibits the use of ccache by absolute pathnames
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 23 09:07:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232183
Nuno Teixeira <ed.arrakis at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ed.arrakis at gmail.com
--- Comment #2 from Nuno Teixeira <ed.arrakis at gmail.com> ---
I've tested both patches on FreeBSD 11.2 RELEASE, poudriere 3.2.8, ports
current:
- removing absolute pathnames does't work, ccache not called
- using --with-ccache works, cccache caches ok.
Conclusion:
To have ccache working within poudriere, we just need patch:
.if ${WITH_CCACHE_BUILD}
MOZ_OPTIONS+= --with-ccache
.endif.
I not tested build outside poudriere.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list