From 2c7913918f2bdc6e3912d5f2df4b5e5de7de2826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Wed, 7 Apr 2021 18:35:50 +0200 Subject: [PATCH] webp support --- build_php.sh | 3 ++- build_php8.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build_php.sh b/build_php.sh index a78314f..006f873 100755 --- a/build_php.sh +++ b/build_php.sh @@ -65,7 +65,8 @@ cd php-$VERSION --with-kerberos \ --with-soapclient \ --with-pear \ - --enable-intl + --enable-intl \ + --with-webp make -j make install diff --git a/build_php8.sh b/build_php8.sh index b4aeaec..a7cb176 100755 --- a/build_php8.sh +++ b/build_php8.sh @@ -56,7 +56,8 @@ cd php-$VERSION --with-sodium \ --with-kerberos \ --with-pear \ - --enable-intl + --enable-intl \ + --with-webp make -j make install