~chromium-team/chromium-browser/cosmic-dev

« back to all changes in this revision

Viewing changes to debian/patches/fix-extra-arflags.patch

  • Committer: Olivier Tilloy
  • Date: 2019-03-27 09:10:53 UTC
  • Revision ID: olivier.tilloy@canonical.com-20190327091053-fdvxm2de7o4yj6tt
* Upstream dev channel update: 75.0.3745.4
* debian/patches/fix-extra-arflags.patch: refreshed
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: removed, no longer needed
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/widevine-enable-version-string.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
       # Remove the output file first so that ar doesn't try to modify the
15
15
--- a/build/config/compiler/BUILD.gn
16
16
+++ b/build/config/compiler/BUILD.gn
17
 
@@ -1697,7 +1697,6 @@ config("thin_archive") {
 
17
@@ -1710,7 +1710,6 @@ config("thin_archive") {
18
18
   # have a "thin archive" mode (it does accept -T, but it means truncating
19
19
   # archive names to 16 characters, which is not what we want).
20
20
   if ((is_posix && !is_nacl && !is_mac && !is_ios) || is_fuchsia) {