From 9d4fc7319d3473c45a2bcbf82cde9da6e9e4100747be356cddecffd360c9ff48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 15 May 2017 15:30:36 +0000 Subject: [PATCH] - Use nss to avoid issues with mixing openssl and nss OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=492 --- libreoffice.changes | 5 +++++ libreoffice.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libreoffice.changes b/libreoffice.changes index a952a18..06e0275 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 15 15:30:38 UTC 2017 - tchvatal@suse.com + +- Use nss to avoid issues with mixing openssl and nss + ------------------------------------------------------------------- Thu May 11 11:52:17 UTC 2017 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 4e11c05..d7a0172 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1019,7 +1019,8 @@ export NOCONFIGURE=yes --with-system-dicts \ --with-vendor=SUSE \ --with-alloc=system \ - --with-tls=openssl \ + --with-tls=nss \ + --disable-openssl \ --with-lang='%{langpack_langs}' \ --disable-fetch-external \ --with-external-tar="$RPM_SOURCE_DIR" \