diff options
author | Adam Duskett <Aduskett@gmail.com> | 2018-12-28 11:56:34 -0500 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2019-01-10 23:03:38 +0100 |
commit | 745f884e41b5f350296e8448f5fc31d20f67a077 (patch) | |
tree | 445cb12a232b5868b2464a6105582e3f816810c2 /package/php-ssh2/php-ssh2.mk | |
parent | 7b8f2ef4bb471fb17e7af84f2fb4912d539f2d56 (diff) | |
download | buildroot-745f884e41b5f350296e8448f5fc31d20f67a077.tar.gz buildroot-745f884e41b5f350296e8448f5fc31d20f67a077.zip |
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>
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
0 files changed, 0 insertions, 0 deletions