~mozillateam/firefox/firefox.disco

« back to all changes in this revision

Viewing changes to debian/config/mozconfig.in

  • Committer: Olivier Tilloy
  • Date: 2019-08-27 06:21:01 UTC
  • mfrom: (1086.1.217 firefox-beta.disco)
  • Revision ID: olivier.tilloy@canonical.com-20190827062101-7g5h4vskmlec1k46
* New upstream stable release (69.0build2)

[ Olivier Tilloy ]
* Re-enable and update debian/patches/unity-menubar.patch
* Stop building and remove firefox-globalmenu (LP: #1834866)

[ Rico Tzschichholz ]
* Update cbindgen to 0.9.0
  - debian/build/create-tarball.p
* Use firefox-*.json to retrieve revision
  - debian/build/create-tarball.py
* Bump build-dep to clang-8 and llvm-8-dev
  - debian/config/mozconfig.in
  - debian/control{,.in}
* Bump build-dep on rustc >= 1.35.0 and cargo >= 0.36
  - debian/control{,.in}
* Update patches
  - debian/patches/ubuntu-ua-string-changes.patch
  - debian/patches/unity-menubar.patch
* Drop upstreamed patches
  - debian/patches/skcms-workaround-gcc-bug.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
%%if MOZ_UPDATE_CHANNEL == nightly
89
89
ac_add_options --enable-profiling
90
90
%%endif
91
 
mk_add_options "export LLVM_CONFIG=/usr/bin/llvm-config-7"
 
91
ac_add_options --with-clang-path=/usr/bin/clang-8 --with-libclang-path=/usr/lib/llvm-8/lib/
 
92
mk_add_options "export LLVM_CONFIG=/usr/bin/llvm-config-8"
92
93
mk_add_options "export CBINDGEN=@TOPSRCDIR@/@DEB_BUILDDIR@/cbindgen/bin/cbindgen"
93
94
%%if DEB_HOST_ARCH != i386
94
95
%%if DEB_HOST_ARCH != armhf