Blame SOURCES/rhel6-abiv2-mozbz1642174.patch
|
 |
83ba88 |
diff -up firefox-78.2.0/security/nss/lib/freebl/freebl.gyp.rhel6-abiv2-mozbz1642174 firefox-78.2.0/security/nss/lib/freebl/freebl.gyp
|
|
 |
83ba88 |
--- firefox-78.2.0/security/nss/lib/freebl/freebl.gyp.rhel6-abiv2-mozbz1642174 2020-09-12 08:29:08.527410514 +0200
|
|
 |
83ba88 |
|
|
 |
83ba88 |
@@ -259,7 +259,7 @@
|
|
 |
83ba88 |
'type': 'static_library',
|
|
 |
83ba88 |
'sources': [
|
|
 |
83ba88 |
'gcm-ppc.c',
|
|
 |
83ba88 |
- 'sha512-p8.s',
|
|
 |
83ba88 |
+
|
|
 |
83ba88 |
],
|
|
 |
83ba88 |
'dependencies': [
|
|
 |
83ba88 |
'<(DEPTH)/exports.gyp:nss_exports'
|
|
 |
83ba88 |
diff -up firefox-78.2.0/security/nss/lib/freebl/Makefile.rhel6-abiv2-mozbz1642174 firefox-78.2.0/security/nss/lib/freebl/Makefile
|
|
 |
83ba88 |
--- firefox-78.2.0/security/nss/lib/freebl/Makefile.rhel6-abiv2-mozbz1642174 2020-08-17 20:34:06.000000000 +0200
|
|
 |
83ba88 |
|
|
 |
83ba88 |
@@ -267,9 +267,12 @@ ifeq ($(CPU_ARCH),arm)
|
|
 |
83ba88 |
endif
|
|
 |
83ba88 |
ifeq ($(CPU_ARCH),ppc)
|
|
 |
83ba88 |
EXTRA_SRCS += gcm-ppc.c
|
|
 |
83ba88 |
- ASFILES += sha512-p8.s
|
|
 |
83ba88 |
ifdef USE_64
|
|
 |
83ba88 |
DEFINES += -DNSS_NO_INIT_SUPPORT
|
|
 |
83ba88 |
+
|
|
 |
83ba88 |
+
|
|
 |
83ba88 |
+
|
|
 |
83ba88 |
+ # endif
|
|
 |
83ba88 |
endif
|
|
 |
83ba88 |
endif
|
|
 |
83ba88 |
endif
|