Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2017 01:00:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224471] [PATCH] bsd.gecko.mk: add conditional for ccache
Message-ID:  <bug-224471-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224471

            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@FreeBSD.org
          Reporter: ml+freebsd-bugs@vishwin.info
                CC: freebsd-ports-bugs@FreeBSD.org
          Keywords: patch

Created attachment 188982
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188982&action=
=3Dedit
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 wit=
h 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, throu=
gh
the --with-ccache flag present in the Mozilla build system's configure scri=
pt.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224471-13>