Skip to content

Commit 718e27d

Browse files
committed
[v80] add libutf8proc for mongodb
1 parent 25d2d21 commit 718e27d

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
@@ -157,6 +157,7 @@ dist: build
157157
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libcares.so.2 > ${DIST_LIB_PATH}/libcares.so.2
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
160+
docker exec ${DOCKER_CONTAINER} /bin/cat /usr/lib64/libutf8proc.so.1 > ${DIST_LIB_PATH}/libutf8proc.so.1
160161

161162
# Remove temporary PHP container
162163
docker rm --force ${DOCKER_CONTAINER} || true
703 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.15",
3+
"version": "0.0.16",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"homepage": "https://github.com/juicyfx/libphp",

0 commit comments

Comments
 (0)