xref: /aoo42x/main/nss/nss_linux.patch (revision 5ec3c564)
1diff -ur misc/nss-3.39/nss/lib/freebl/Makefile misc/build/nss-3.39/nss/lib/freebl/Makefile
2--- misc/nss-3.39/nss/lib/freebl/Makefile	2018-08-31 05:55:53.000000000 -0700
3+++ misc/build/nss-3.39/nss/lib/freebl/Makefile	2018-09-10 10:33:50.973984000 -0700
4@@ -156,8 +156,8 @@
5     # The Intel AES assembly code requires Visual C++ 2010.
6     # if $(_MSC_VER) >= 1600 (Visual C++ 2010)
7     ifeq ($(firstword $(sort $(_MSC_VER) 1600)),1600)
8-	DEFINES += -DUSE_HW_AES -DINTEL_GCM
9-	ASFILES += intel-aes-x86-masm.asm intel-gcm-x86-masm.asm
10+	#DEFINES += -DUSE_HW_AES -DINTEL_GCM
11+	#ASFILES += intel-aes-x86-masm.asm intel-gcm-x86-masm.asm
12 	EXTRA_SRCS += intel-gcm-wrap.c
13 	ifeq ($(CLANG_CL),1)
14 	    INTEL_GCM_CLANG_CL = 1
15