summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-testing/iceweasel-libre')
-rw-r--r--mozilla-testing/iceweasel-libre/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/PKGBUILD b/mozilla-testing/iceweasel-libre/PKGBUILD
index bff0cef79..a9c8fdd76 100644
--- a/mozilla-testing/iceweasel-libre/PKGBUILD
+++ b/mozilla-testing/iceweasel-libre/PKGBUILD
@@ -100,6 +100,10 @@ build() {
patch -Np1 -i "$srcdir/libre.patch"
cp -f ${srcdir}/region.properties ./browser/locales/en-US/chrome/browser-region/
+ if [[ $(check_buildenv ccache) = "y" && $(check_option ccache) != "n" ]]; then
+ echo "ac_add_options --with-ccache=`which ccache`" >> .mozconfig
+ fi
+
# Fix PRE_RELEASE_SUFFIX
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
browser/base/Makefile.in