libxapian: Add package
[termux-packages] / packages / php / build.sh
index 008c2eb..83a8379 100644 (file)
@@ -1,6 +1,7 @@
 TERMUX_PKG_HOMEPAGE=https://php.net
 TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language"
 TERMUX_PKG_VERSION=7.1.3
+TERMUX_PKG_REVISION=1
 TERMUX_PKG_SRCURL=http://www.php.net/distributions/php-${TERMUX_PKG_VERSION}.tar.xz
 TERMUX_PKG_SHA256=e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0
 # Build native php for phar to build (see pear-Makefile.frag.patch):
@@ -32,8 +33,8 @@ ac_cv_func_res_nsearch=no
 --with-pcre-regex=$TERMUX_PREFIX
 --with-readline=$TERMUX_PREFIX
 --with-zlib
---with-pgsql=shared
---with-pdo-pgsql=shared
+--with-pgsql=shared,$TERMUX_PREFIX
+--with-pdo-pgsql=shared,$TERMUX_PREFIX
 --enable-fpm
 --sbindir=$TERMUX_PREFIX/bin
 "