webp support

This commit is contained in:
Adam Štrauch 2021-04-07 18:35:50 +02:00
parent 293fb4a0f5
commit 2c7913918f
Signed by: cx
GPG Key ID: 018304FFA8988F8D
2 changed files with 4 additions and 2 deletions

View File

@ -65,7 +65,8 @@ cd php-$VERSION
--with-kerberos \
--with-soapclient \
--with-pear \
--enable-intl
--enable-intl \
--with-webp
make -j
make install

View File

@ -56,7 +56,8 @@ cd php-$VERSION
--with-sodium \
--with-kerberos \
--with-pear \
--enable-intl
--enable-intl \
--with-webp
make -j
make install