kumquat-buildroot/package/php
Adam Duskett 745f884e41 package/php: fix building pcre extension
The configure option "--with-pcre-regex=$(STAGING_DIR)/usr" is broken.
PHP will  prepend $(STAGING_DIR)/usr to the paths, which will cause a
failure because it won't be able to find pcre, and will then fallback to
searching for pcre2, which won't be installed.

Removing "=$(STAGING_DIR)/usr" from --with-pcre-regex fixes the issue.

Fixes:
  http://autobuild.buildroot.net/results/586/586f56e8fcf2d2bbbd3bdf69b1c3befff7ce8bbf
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Tested-by: Mark Corbin <mark.corbin@embecosm.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-01-10 23:03:38 +01:00
..
0001-acinclude.m4-don-t-unset-variables.patch package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
0002-iconv-tweak-iconv-detection.patch package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
0003-configure-disable-the-phar-tool.patch package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
0004-OPcache-flock-mechanism-is-obviously-linux-so-force-.patch package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
0005-Call-apxs-with-correct-prefix.patch package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
Config.ext package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
Config.in
php-fpm.conf
php.hash package/php: bump version to 7.3.0 2018-12-28 14:04:00 +01:00
php.mk package/php: fix building pcre extension 2019-01-10 23:03:38 +01:00