~mozillateam/firefox/firefox-beta.zesty

« back to all changes in this revision

Viewing changes to debian/config/mozconfig.in

  • Committer: Rico Tzschichholz
  • Date: 2017-11-28 06:37:05 UTC
  • Revision ID: ricotz@ubuntu.com-20171128063705-n2wx3nqcba5ciems
* New upstream release from the beta channel (FIREFOX_58_0b7_BUILD1)
* Fix build on ppc64
  - debian/patches/ppc64_moz1416170.patch
* Fix LP: #1733970 - Search suggestions are broken after refreshing the
  Google searchplugin
* Fix a missing token in the user agent string
  - update debian/patches/ubuntu-ua-string-changes.patch
  - update debian/patches/support-coinstallable-trunk-build.patch
  - update debian/build/rules.mk
  - update debian/config/mozconfig.in
* Update patches
  - debian/patches/normalize-distribution-searchplugins.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
%%ifdef MOZ_APP_PROFILE
60
60
ac_add_options --with-app-profile=@MOZ_APP_PROFILE@
61
61
%%endif
 
62
%%if DISTRIB == Ubuntu
 
63
ac_add_options --with-ua-vendor=Ubuntu
 
64
%%endif
62
65
%%if MOZ_UPDATE_CHANNEL == nightly
63
66
ac_add_options --enable-profiling
64
67
%%endif