2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: Fix runtime errors.

This commit is contained in:
Dylan Araps 2019-08-04 01:46:14 +03:00
parent 0024adcf38
commit 068f8e62d3

View File

@ -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