From 068f8e62d34f79a5c26ac96faed062f08e880cff Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 4 Aug 2019 01:46:14 +0300 Subject: [PATCH] firefox: Fix runtime errors. --- testing/firefox/build | 3 +++ 1 file changed, 3 insertions(+) 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