You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/10/22 12:44:35 UTC

[openoffice] branch AOO418 updated: Do exactly what we did for AOO417

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 0fcbebe  Do exactly what we did for AOO417
0fcbebe is described below

commit 0fcbebe32b625eb8407ad802b613e5da54be96c3
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Thu Oct 22 08:44:12 2020 -0400

    Do exactly what we did for AOO417
---
 main/nss/nss_linux.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/nss/nss_linux.patch b/main/nss/nss_linux.patch
index 50c27a4..fe2194f 100644
--- a/main/nss/nss_linux.patch
+++ b/main/nss/nss_linux.patch
@@ -22,8 +22,8 @@ diff -ur misc/nss-3.25/nss/lib/freebl/Makefile misc/build/nss-3.25/nss/lib/freeb
 -    INTEL_GCM = 1
 +    #DEFINES += -DUSE_HW_AES -DINTEL_GCM
 +    #ASFILES += intel-aes.s intel-gcm.s
-+    #EXTRA_SRCS += intel-gcm-wrap.c
-+    #INTEL_GCM = 1
++    EXTRA_SRCS += intel-gcm-wrap.c
++    INTEL_GCM = 1
      MPI_SRCS += mpi_amd64.c mp_comba.c
  endif
  ifeq ($(CPU_ARCH),x86)