php: php-pgsql subpackage needs apr-util to be present

This commit is contained in:
Leonid Pliushch 2020-11-05 12:24:19 +02:00
parent 493c77e225
commit 67be57c045
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://php.net
TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_VERSION=7.4.11
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/php/php-src/archive/php-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1d62b84db02aaee06e8fac8d155d205d1cefc3a5042f9e50fd00fc4ae3ea4e36
# Build native php for phar to build (see pear-Makefile.frag.patch):

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="lib/php/pgsql.so lib/php/pdo_pgsql.so"
TERMUX_SUBPKG_DEPENDS="postgresql"
TERMUX_SUBPKG_DEPENDS="apr-util, postgresql"
TERMUX_SUBPKG_DESCRIPTION="PostgreSQL modules for PHP"