From 255bd55e8c59b26e35f2af0964ed0d7e76f33f23 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 4 Aug 2019 11:56:17 +0300 Subject: [PATCH] firefox: fix build script. --- testing/firefox/build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/testing/firefox/build b/testing/firefox/build index 225da369..f363dcb9 100755 --- a/testing/firefox/build +++ b/testing/firefox/build @@ -1,17 +1,13 @@ #!/bin/sh -e -# Since this is a testing package, I intentionally disabled SC2164 -# for the time being. When we're done, re-enable it. - # Build autoconf 2.13 for Firefox's sole use. +# See: https://bugzilla.mozilla.org/show_bug.cgi?id=104642 ( - # shellcheck disable=SC2164 cd autoconf2.13 ./configure --prefix="$PWD/../autoconf" --program-suffix=-2.13 make make install ) - export PATH="$PWD/autoconf/bin:$PATH" # Fix linker errors at runtime. @@ -20,7 +16,6 @@ export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox" # Ensure that MOZ_TELEMETRY_REPORTING is unset. unset MOZ_TELEMETRY_REPORTING -# shellcheck disable=SC2164 cd firefox mv mozconfig .mozconfig