[Libreoffice-commits] online.git: Branch 'libreoffice-6-1' - loolwsd-systemplate-setup
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 22 15:39:35 UTC 2018
loolwsd-systemplate-setup | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit ae005d654c4b2304e41231b76ccd08ebc27ca55c
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:17 2018 +0100
tdf#121429 PDF writing needs NSS libs in systemplate
Change-Id: I478058168d8288a1e9bced66ba58b1bb26e556bb
Reviewed-on: https://gerrit.libreoffice.org/63764
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 207a362ba..197758cd8 100755
--- a/loolwsd-systemplate-setup
+++ b/loolwsd-systemplate-setup
@@ -31,6 +31,8 @@ find etc/passwd etc/group etc/hosts \
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 \
@@ -39,6 +41,7 @@ find etc/passwd etc/group etc/hosts \
find etc/fonts \
etc/resolv.conf \
lib/ld-* lib64/ld-* \
+ usr/lib/*/libsqlite* \
-type l
# Go through the LO shared objects and check what system libraries
More information about the Libreoffice-commits
mailing list