diff --git a/testing/firefox/build b/testing/firefox/build index 19baaa90..225da369 100755 --- a/testing/firefox/build +++ b/testing/firefox/build @@ -14,6 +14,9 @@ export PATH="$PWD/autoconf/bin:$PATH" +# Fix linker errors at runtime. +export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox" + # Ensure that MOZ_TELEMETRY_REPORTING is unset. unset MOZ_TELEMETRY_REPORTING