kumquat-buildroot/package/php
Yann E. MORIN 4f1542782c package/php: fix build without threads and pcre
The pcre library bundled in php is not configurable through the usual
--enable/disable options, but wants to be thread-safe by default, so it
wants to use pthreads (uncludes pthread.h and uses pthread_* functions).

So, just override the default configuration to explicitly require the
bundled pcre library be single-threaded when we have no thread and are
not using the external pcre library.

Fixes:
    http://autobuild.buildroot.org/results/f50/f50f4e569466ad74e49a3eac9ea2e6cfc4dd30e3/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Floris Bos <bos@je-eigen-domein.nl>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-25 22:03:07 +02:00
..
0001-ditch-unset.patch php: patch acinclude.m4 instead of aclocal.m4 2015-05-19 21:40:25 +02:00
0002-no-iconv-search.patch php: patch acinclude.m4 instead of aclocal.m4 2015-05-19 21:40:25 +02:00
0003-disable-pharcmd.patch php: cleanup patches 2015-04-08 21:23:52 +02:00
0004-flock-type-linux.patch php: add opcache option 2015-04-08 21:24:46 +02:00
0005-ac-cache-strcasestr.patch php: allow cache for strcasestr test 2015-04-09 11:54:55 +02:00
0006-fix-php-fpm.service.in.patch php: fpm sapi: install startup script 2015-05-02 09:44:10 +02:00
Config.ext postgresql: mark as not available for static linking 2015-05-16 17:24:16 +02:00
Config.in
php-fpm.conf php: fpm sapi: install php-fpm.conf 2015-05-02 09:44:25 +02:00
php.hash php: bump version to 5.6.9 2015-05-20 13:13:50 +02:00
php.mk package/php: fix build without threads and pcre 2015-05-25 22:03:07 +02:00