~mozillateam/firefox/firefox.disco

« back to all changes in this revision

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

  • Committer: Olivier Tilloy
  • Date: 2019-06-20 14:18:28 UTC
  • Revision ID: olivier.tilloy@canonical.com-20190620141828-3vtlnpvp49lahe9w
* New upstream stable release (67.0.4build1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
--- a/build/moz.configure/old.configure
97
97
+++ b/build/moz.configure/old.configure
98
98
@@ -262,6 +262,7 @@
99
 
     '--with-system-nss',
100
 
     '--with-system-png',
101
99
     '--with-system-zlib',
 
100
     '--with-thumb',
 
101
     '--with-thumb-interwork',
102
102
+    '--with-ua-vendor',
103
103
     '--with-unify-dist',
104
104
     '--with-user-appdir',
107
107
===================================================================
108
108
--- a/netwerk/protocol/http/moz.build
109
109
+++ b/netwerk/protocol/http/moz.build
110
 
@@ -154,4 +154,7 @@
 
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
 
 include('/tools/fuzzing/libfuzzer-config.mozbuild')