Skip to content

Commit

Permalink
add xpdfimport dependencies (e.g. system libpoppler) to systemplate
Browse files Browse the repository at this point in the history
Change-Id: Iedb77cc0eed107899b15d3d471edcfa0f655d176
  • Loading branch information
timar committed Jul 31, 2017
1 parent 206a070 commit 478e803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion loolwsd-systemplate-setup
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ find etc/passwd etc/group etc/hosts \
usr/share/zoneinfo/* \
usr/share/liblangtag \
usr/lib/libpng* usr/lib64/libpng* lib/*-linux-gnu/libpng* \
usr/lib/*-linux-gnu/liblcms2* \
-type f

find etc/fonts \
Expand All @@ -45,11 +46,12 @@ find etc/fonts \
lib/libcap* lib64/libcap* lib/*-linux-gnu/libcap* \
lib/libattr* lib/*-linux-gnu/libattr* \
usr/lib/libpng* usr/lib64/libpng* lib/*-linux-gnu/libpng* \
usr/lib/*-linux-gnu/liblcms2* \
-type l

# Go through the LO shared objects and check what system libraries
# they link to.
find $INSTDIR -name '*.so' -o -name '*.so.[0-9]*' |
find $INSTDIR -name '*.so' -o -name '*.so.[0-9]*' -o -name 'xpdfimport' |
while read file; do
ldd $file 2>/dev/null
done |
Expand Down

0 comments on commit 478e803

Please sign in to comment.