- 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
This commit is contained in:
Tomáš Chvátal 2017-05-15 15:30:36 +00:00 committed by Git OBS Bridge
parent 8219c94252
commit 9d4fc7319d
2 changed files with 7 additions and 1 deletions

View File

@ -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 Thu May 11 11:52:17 UTC 2017 - tchvatal@suse.com

View File

@ -1019,7 +1019,8 @@ export NOCONFIGURE=yes
--with-system-dicts \ --with-system-dicts \
--with-vendor=SUSE \ --with-vendor=SUSE \
--with-alloc=system \ --with-alloc=system \
--with-tls=openssl \ --with-tls=nss \
--disable-openssl \
--with-lang='%{langpack_langs}' \ --with-lang='%{langpack_langs}' \
--disable-fetch-external \ --disable-fetch-external \
--with-external-tar="$RPM_SOURCE_DIR" \ --with-external-tar="$RPM_SOURCE_DIR" \