termux-packages/packages/php
Fredrik Fornwall 1a6cff7349 php: Link pgsql extension against libpcre
The pgsql extension uses pcre functions but does not link against
libpcre by default, as the php executable which dlopen():s the
extension already links against libpcre.

However, on Android this doesn't work, see
	https://github.com/android-ndk/ndk/issues/201
so we need to link against libpcre explicitly.
2017-03-30 23:54:20 +02:00
..
build.sh php: Link pgsql extension against libpcre 2017-03-30 23:54:20 +02:00
ext-fileinfo-config.m4.patch
ext-opcache-config.m4.patch
ext-pgsql-config.m4.patch php: Link pgsql extension against libpcre 2017-03-30 23:54:20 +02:00
ext-phar-Makefile.frag.patch
ext-posix-posix.c.patch
ext-standard-dns.c.patch
ext-standard-php_fopen_wrapper.c.patch
ext-standard-proc_open.c.patch
pear-Makefile.frag.patch
php-fpm.patch add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
php-fpm.subpackage.sh add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
php-pgsql.subpackage.sh add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00