[Bug 224471] [PATCH] bsd.gecko.mk: add conditional for ccache

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 20 01:00:00 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224471

            Bug ID: 224471
           Summary: [PATCH] bsd.gecko.mk: add conditional for ccache
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: ml+freebsd-bugs at vishwin.info
                CC: freebsd-ports-bugs at FreeBSD.org
          Keywords: patch

Created attachment 188982
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188982&action=edit
bsd.gecko.mk.patch

On systems with WITH_CCACHE_BUILD enabled, the Mozilla build system still
ignores the presence of ccache, as the C and C++ compilers are executed with an
explicit path to /usr/bin. This method of execution prevents any caching of C
and C++ objects as intended by ccache.

This patch adds a conditional to allow use of ccache where available, through
the --with-ccache flag present in the Mozilla build system's configure script.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list