summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-06-28 18:40:09 +0000
committer Eric Hameleers <alien@slackware.com>2021-06-29 08:59:54 +0200
commit498a5695df7a6462ec45da8ac03906633b598ac6 (patch)
tree389a4e813e8af4b23b0fe71e513c6888130c7a13 /source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
parentc7d0802f9bcd2b4a5cbaeedf35a49a61a10b02d4 (diff)
downloadcurrent-498a5695df7a6462ec45da8ac03906633b598ac6.tar.gz
current-498a5695df7a6462ec45da8ac03906633b598ac6.tar.xz
Mon Jun 28 18:40:09 UTC 202120210628184009
d/python-pip-21.1.3-x86_64-1.txz: Upgraded. d/python3-3.9.6-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_2-x86_64-1.txz: Upgraded. l/python-urllib3-1.26.6-x86_64-1.txz: Upgraded. n/gpgme-1.16.0-x86_64-1.txz: Upgraded. x/glu-9.0.2-x86_64-1.txz: Upgraded. testing/packages/linux-5.13.x/kernel-generic-5.13.0-x86_64-1.txz: Added. testing/packages/linux-5.13.x/kernel-headers-5.13.0-x86-1.txz: Added. testing/packages/linux-5.13.x/kernel-huge-5.13.0-x86_64-1.txz: Added. testing/packages/linux-5.13.x/kernel-modules-5.13.0-x86_64-1.txz: Added. testing/packages/linux-5.13.x/kernel-source-5.13.0-noarch-1.txz: Added.
Diffstat (limited to 'source/xap/mozilla-firefox/mozilla-firefox.SlackBuild')
-rwxr-xr-xsource/xap/mozilla-firefox/mozilla-firefox.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
index 4afa52bd4..acc5fddf4 100755
--- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
+++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
@@ -245,6 +245,7 @@ OPTIONS="\
$GOOGLE_API_KEY \
--disable-strip \
--disable-install-strip \
+ --disable-tests \
--enable-cpp-rtti \
--enable-accessibility \
--disable-crashreporter \
@@ -324,7 +325,6 @@ if [ "$PGO" = "yes" ]; then
kill $! || true
else
# Do a normal build
- echo "ac_add_options --disable-tests" >> .mozconfig
./mach build || exit 1
fi