This commit is contained in:
Daniil Gentili 2023-05-30 19:17:20 +02:00
parent f0ffe296c9
commit c0d798f1c8
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,7 @@ RUN set -eux; \
fi; \
patch -p1 < /latomic.patch; \
rm /latomic.patch; \
./buildconf; \
./configure \
--build="$gnuArch" \
--with-config-file-path="$PHP_INI_DIR" \

View File

@ -126,6 +126,9 @@ RUN set -eux; \
if [ ! -d /usr/include/curl ]; then \
ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; \
fi; \
patch -p1 < /latomic.patch; \
rm /latomic.patch; \
./buildconf; \
./configure \
--build="$gnuArch" \
--with-config-file-path="$PHP_INI_DIR" \