summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
diff options
context:
space:
mode:
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