~mozillateam/firefox/firefox-beta.eoan

« back to all changes in this revision

Viewing changes to debian/config/mozconfig.in

  • Committer: Rico Tzschichholz
  • Date: 2019-07-15 09:49:21 UTC
  • Revision ID: ricotz@ubuntu.com-20190715094921-1aeu2tou7p8w0jau
* New upstream release from the beta channel (FIREFOX_69_0b4_BUILD2)
* Bump build-dep to clang-8 and llvm-8-dev
  - debian/config/mozconfig.in
  - debian/control{,.in}
* Update patches
  - debian/patches/ubuntu-ua-string-changes.patch
* Update cbindgen to 0.9.0
  - debian/build/create-tarball.py
* Pass --with-clang-path=... --with-libclang-path=... accordingly
  - debian/config/mozconfig.in
* Bump build-dep on rustc >= 1.35.0 and cargo >= 0.36
  - debian/control{,.in}
* 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