use telemetry/data reporting patch
This commit is contained in:
parent
c18c0d8958
commit
a73b878430
1 changed files with 5 additions and 5 deletions
|
|
@ -64,11 +64,8 @@ ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --disable-tests
|
ac_add_options --disable-tests
|
||||||
|
|
||||||
# Disables crash reporting, telemetry and other data gathering tools
|
# obsoleted?
|
||||||
mk_add_options MOZ_CRASHREPORTER=0
|
# mk_add_options MOZ_CRASHREPORTER=0
|
||||||
mk_add_options MOZ_DATA_REPORTING=0
|
|
||||||
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
|
|
||||||
mk_add_options MOZ_TELEMETRY_REPORTING=0
|
|
||||||
|
|
||||||
# options for ci / weaker build systems
|
# options for ci / weaker build systems
|
||||||
# mk_add_options MOZ_MAKE_FLAGS="-j4"
|
# mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||||
|
|
@ -218,4 +215,7 @@ patch -Np1 -i ${_PATCHES_DIR}/ui-patches/sanitizing-description.patch
|
||||||
# pref pane
|
# pref pane
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/librewolf-pref-pane.patch
|
patch -Np1 -i ${_PATCHES_DIR}/librewolf-pref-pane.patch
|
||||||
|
|
||||||
|
# fix telemetry removal, see https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/17, for example
|
||||||
|
patch -Np1 -i ${_PATCHES_DIR}/disable-data-reporting-at-compile-time.patch
|
||||||
|
|
||||||
rm -rf common
|
rm -rf common
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue