File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ WORKDIR /workspace/aports/community/unit
68
68
# make phpver3 to be phpzts83
69
69
RUN sed -i -e 's/_phpver3=83/_phpver3=zts83/' APKBUILD
70
70
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
72
72
RUN sed -i -e 's/perl php\$ _phpver2 php\$ _phpver3 php\$ _phpver4/perl php\$ _phpver3 /' APKBUILD
73
73
# make unit-php83 find the lphpzts83.so
74
74
# 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
76
76
RUN sed -i -e 's/_allow_fail=no/_allow_fail=yes/g' APKBUILD
77
77
78
78
RUN abuild checksum && abuild -r
You can’t perform that action at this time.
0 commit comments