Skip to content

Commit 7a80c35

Browse files
committed
Properly not include the php84 build for 8.3-zts
1 parent 406fa9c commit 7a80c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ WORKDIR /workspace/aports/community/unit
6868
# make phpver3 to be phpzts83
6969
RUN sed -i -e 's/_phpver3=83/_phpver3=zts83/' APKBUILD
7070
RUN sed -i -e 's/.\/configure php --module=php\$_phpver2 --config=php-config\$_phpver2//' APKBUILD
71-
RUN sed -i -e 's/.\/configure php --module=php\$_phpver3 --config=php-config\$_phpver4//' APKBUILD
71+
RUN sed -i -e 's/.\/configure php --module=php\$_phpver4 --config=php-config\$_phpver4 .*//' APKBUILD
7272
RUN sed -i -e 's/perl php\$_phpver2 php\$_phpver3 php\$_phpver4/perl php\$_phpver3 /' APKBUILD
7373
# make unit-php83 find the lphpzts83.so
7474
# hadolint ignore=SC2016
75-
#RUN sed -i -e 's/.\/configure php --module=php\$_phpver3/sed -i -e "s\/lphp\/lphpzts\/g" auto\/modules\/php \&\& cat auto\/modules\/php \&\& .\/configure php --module=php\$_phpver3/g' APKBUILD
75+
RUN sed -i -e 's/.\/configure php --module=php\$_phpver3/sed -i -e "s\/lphp\/lphpzts\/g" auto\/modules\/php \&\& cat auto\/modules\/php \&\& .\/configure php --module=php\$_phpver3/g' APKBUILD
7676
RUN sed -i -e 's/_allow_fail=no/_allow_fail=yes/g' APKBUILD
7777

7878
RUN abuild checksum && abuild -r

0 commit comments

Comments
 (0)