Skip to content

Commit 4e6e1f0

Browse files
committed
[v80] add libnssutil3
1 parent 718e27d commit 4e6e1f0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

libs/amazon-linux-2-v80/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ dist: build
158158
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libzip.so.5 > ${DIST_LIB_PATH}/libzip.so.5
159159
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libGeoIP.so.1 > ${DIST_LIB_PATH}/libGeoIP.so.1
160160
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libutf8proc.so.1 > ${DIST_LIB_PATH}/libutf8proc.so.1
161+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libnssutil3.so > ${DIST_LIB_PATH}/libnssutil3.so
161162

162163
# Remove temporary PHP container
163164
docker rm --force ${DOCKER_CONTAINER} || true
194 KB
Binary file not shown.

libs/amazon-linux-2-v80/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libphp/amazon-linux-2-v80",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"homepage": "https://github.com/juicyfx/libphp",

0 commit comments

Comments
 (0)