~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-05-30 20:44:27 UTC
  • Revision ID: olivier.tilloy@canonical.com-20190530204427-syl3e9182d51t4zo
* Upstream dev channel update: 76.0.3806.1
* debian/patches/fix-extra-arflags.patch: refreshed
* debian/patches/revert-gn-4960.patch: removed, no longer needed
* debian/patches/revert-gn-4980.patch: removed, no longer needed
* debian/patches/skia-undef-HWCAP_CRC32.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.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
 
@@ -1694,7 +1694,6 @@ config("thin_archive") {
 
17
@@ -1698,7 +1698,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) {