[Libreoffice-commits] online.git: Branch 'libreoffice-6-2' - loolwsd-systemplate-setup

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 15:39:55 UTC 2018


 loolwsd-systemplate-setup |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b58c2b75f516f39fdf6ba9a63227836415c6bcf9
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Nov 21 15:50:44 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Nov 22 16:39:37 2018 +0100

    tdf#121429 PDF writing needs NSS libs in systemplate
    
    Change-Id: I478058168d8288a1e9bced66ba58b1bb26e556bb
    Reviewed-on: https://gerrit.libreoffice.org/63765
    Reviewed-by: Guilhem Moulin <guilhem at libreoffice.org>
    Tested-by: Guilhem Moulin <guilhem at libreoffice.org>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loolwsd-systemplate-setup b/loolwsd-systemplate-setup
index adeedeb2d..b70861834 100755
--- a/loolwsd-systemplate-setup
+++ b/loolwsd-systemplate-setup
@@ -31,6 +31,8 @@ find etc/hosts etc/nsswitch.conf etc/resolv.conf \
      usr/lib/locale/en_US.utf8 \
      usr/lib/locale/C.UTF-8 \
      usr/lib/locale/locale_archive \
+     usr/lib/*/nss/*.so \
+     usr/lib/*/libsqlite* \
      usr/share/zoneinfo/* \
      usr/share/liblangtag \
      usr/share/hyphen \
@@ -40,6 +42,7 @@ find etc/fonts \
      etc/resolv.conf \
      lib/ld-* lib64/ld-* \
      lib64/libnss_* \
+     usr/lib/*/libsqlite* \
 	-type l 2>/dev/null
 
 # Go through the LO shared objects and check what system libraries


More information about the Libreoffice-commits mailing list