~mozillateam/firefox/firefox.disco

« back to all changes in this revision

Viewing changes to debian/patches/ppc64el-workaround-bug-1555531.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:
1
 
Description: work around a build failure with clang on ppc64el
2
 
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
3
 
Bug: https://bugzilla.mozilla.org/1555531
4
 
 
5
 
--- a/security/nss/lib/freebl/mpi/mpcpucache.c
6
 
+++ b/security/nss/lib/freebl/mpi/mpcpucache.c
7
 
@@ -704,7 +704,7 @@ s_mpi_getProcessorLineSize()
8
 
 #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1
9
 
 #endif
10
 
 
11
 
-#if defined(__ppc64__)
12
 
+#if 0
13
 
 /*
14
 
  *  Sigh, The PPC has some really nice features to help us determine cache
15
 
  *  size, since it had lots of direct control functions to do so. The POWER