~mozillateam/firefox/firefox-beta.trusty

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-ua-string-changes.patch

  • Committer: Rico Tzschichholz
  • Date: 2019-03-27 10:53:57 UTC
  • Revision ID: ricotz@ubuntu.com-20190327105357-p3plc4yy9ow41d69
* New upstream release from the beta channel (FIREFOX_67_0b5_BUILD1)
* Update patches
  - debian/patches/partially-revert-google-search-update.patch
  - debian/patches/mark-distribution-search-engines-as-read-only.patch
  - debian/patches/support-coinstallable-trunk-build.patch
  - debian/patches/cleanup-old-distribution-search-engines.patch
  - debian/patches/ubuntu-ua-string-changes.patch
  - debian/patches/armhf-disable-unaligned-fp-access-emulation.patch
* Bump build-dep on rustc >= 1.32.0 and cargo >= 0.33
* Update cbindgen to 0.8.2
  - debian/build/create-tarball.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
===================================================================
108
108
--- a/netwerk/protocol/http/moz.build
109
109
+++ b/netwerk/protocol/http/moz.build
110
 
@@ -154,5 +154,8 @@
 
110
@@ -154,3 +154,6 @@
 
111
         DEFINES.update(
111
112
             HAS_CONNECTX=True,
112
113
         )
113
 
 
 
114
+
114
115
+if CONFIG['MOZ_UA_VENDOR']:
115
116
+    DEFINES['MOZ_UA_VENDOR'] = '"%s"' % CONFIG['MOZ_UA_VENDOR']
116
 
+
117
 
 if CONFIG['CC_TYPE'] == 'clang-cl':
118
 
     AllowCompilerWarnings()  # workaround for bug 1090497