Skip to content
Snippets Groups Projects
Commit d4b7a357 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

testing/php82: build fpm with acl support

parent f04a4d93
No related merge requests found
......@@ -27,7 +27,7 @@ pkgname=php82
_pkgreal=php
pkgver=8.2.0_alpha3
_pkgver=${pkgver/_/}
pkgrel=0
pkgrel=1
_apiver=20210903
_suffix=${pkgname#php}
# Is this package the default (latest) PHP version?
......@@ -50,6 +50,7 @@ _depends_phar="$pkgname"
_depends_mysqli="$pkgname-mysqlnd $pkgname-openssl"
makedepends="
$depends_dev
acl-dev
apache2-dev
argon2-dev
aspell-dev
......@@ -339,6 +340,7 @@ build() {
_build --enable-phpdbg \
--with-pear=/usr/share/$pkgname \
--enable-fpm \
--with-fpm-acl \
$enable_litespeed \
--enable-embed
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment