Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit afd7821

Browse files
committed
+libjbig / this time used ldd 😅
1 parent 1412c25 commit afd7821

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.lambda-build-hook/post-build.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
yum -y install \
1010
libjpeg-turbo \
1111
libpng \
12-
libtiff
12+
libtiff \
13+
jbigkit-libs
1314

1415
mkdir -pv "${LAMBDA_SHARED_LIB_DIR}"
1516

16-
cp -v /usr/lib64/libjpeg.so* \
17+
cp --verbose --no-dereference \
18+
/usr/lib64/libjpeg.so* \
1719
/usr/lib64/libpng*.so* \
1820
/usr/lib64/libtiff*.so* \
19-
"${LAMBDA_SHARED_LIB_DIR}"
21+
/usr/lib64/libjbig*.so* \
22+
"${LAMBDA_SHARED_LIB_DIR}"

.lambda-build-hook/pre-build.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)