diff options
Diffstat (limited to 'source/n/php/php.SlackBuild')
-rwxr-xr-x | source/n/php/php.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 3d0f6160..0f50aeea 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.21 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -189,11 +189,10 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \ --with-db4=/usr \ --enable-exif=shared \ --enable-ftp=shared \ - --enable-gd \ + --enable-gd=shared \ --with-external-gd \ --with-jpeg \ --with-xpm \ - --with-freetype \ --with-gettext=shared,/usr \ --with-gmp=shared,/usr \ --with-iconv=shared \ @@ -220,7 +219,7 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \ --enable-sysvsem \ --enable-sysvshm \ --with-xsl=shared,/usr \ - --with-zip \ + --with-zip=shared \ --with-tsrm-pthreads \ --enable-intl=shared \ --enable-opcache \ |