summaryrefslogtreecommitdiffstats
path: root/package/patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 23:06:22 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-09 11:23:44 +0200
commitfc4b66dbc1b71e871129ce14b289fcda6eb3ea10 (patch)
treea2950c3b3c02e1ff59b98019266215020264da0d /package/patch
parentb07245e5b748f73d17b2d612148f792f5d248106 (diff)
downloadbuildroot-fc4b66dbc1b71e871129ce14b289fcda6eb3ea10.tar.gz
buildroot-fc4b66dbc1b71e871129ce14b289fcda6eb3ea10.zip
php: fix emalloc/efree/estrdup/... undefined references
zend_alloc.h defines some macros such as: Where _estrdup is the actual function implemented by the PHP core. If this header file is not included, and some code uses estrdup, one ends up with an undefined reference. This happens when libexpat support is enabled. This commit adds a PHP patch that fixes this issue. The patch has been submitted upstream through a Github pull request. Fixes: http://autobuild.buildroot.net/results/889d2c1f509c035cd506e36061939bfddc8f1500/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud