forked from kiss-community/repo
firefox: Fix runtime errors.
This commit is contained in:
parent
0024adcf38
commit
068f8e62d3
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
export PATH="$PWD/autoconf/bin:$PATH"
|
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.
|
# Ensure that MOZ_TELEMETRY_REPORTING is unset.
|
||||||
unset MOZ_TELEMETRY_REPORTING
|
unset MOZ_TELEMETRY_REPORTING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user