File tree Expand file tree Collapse file tree 22 files changed +22
-22
lines changed
Expand file tree Collapse file tree 22 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ RUN set -eux; \
139139 \
140140# bundled pcre does not support JIT on s390x
141141# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
142- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
142+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
143143 \
144144 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
145145 ; \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN set -eux; \
140140 \
141141# bundled pcre does not support JIT on s390x
142142# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
143+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
144144 \
145145 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146 ; \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN set -eux; \
140140 \
141141# bundled pcre does not support JIT on s390x
142142# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
143+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
144144 \
145145 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146 ; \
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ RUN set -eux; \
139139 \
140140# bundled pcre does not support JIT on s390x
141141# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
142- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
142+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
143143 \
144144 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
145145 ; \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN set -eux; \
140140 \
141141# bundled pcre does not support JIT on s390x
142142# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
143+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
144144 \
145145 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146 ; \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN set -eux; \
140140 \
141141# bundled pcre does not support JIT on s390x
142142# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
143+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
144144 \
145145 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146 ; \
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN set -eux; \
145145 \
146146# bundled pcre does not support JIT on s390x
147147# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
148- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
148+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
149149 \
150150 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
151151 ; \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ RUN set -eux; \
146146 \
147147# bundled pcre does not support JIT on s390x
148148# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
149- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
149+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
150150 \
151151 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
152152 ; \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ RUN set -eux; \
146146 \
147147# bundled pcre does not support JIT on s390x
148148# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
149- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
149+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
150150 \
151151 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
152152 ; \
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN set -eux; \
145145 \
146146# bundled pcre does not support JIT on s390x
147147# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
148- $(test "$gnuArch" = 's390x-linux-gnu ' && echo '--without-pcre-jit' ) \
148+ $(test "$gnuArch" = 's390x-linux-musl ' && echo '--without-pcre-jit' ) \
149149 \
150150 ${PHP_EXTRA_CONFIGURE_ARGS:-} \
151151 ; \
You can’t perform that action at this time.
0 commit comments