php7-pecl-http: fix build when host has php installed (refs #3149)
authorMichael Heimpold <redacted>
Thu, 8 Sep 2016 21:02:00 +0000 (23:02 +0200)
committerMichael Heimpold <redacted>
Thu, 8 Sep 2016 21:07:04 +0000 (23:07 +0200)
commite99e704eb439c1ed179acf22971f54a446ff49d9
tree593ca40a0bd0ce7c67aeeb41d05185008249eda2
parentdc5961ffc232ecd7d170287b6d9213aca613590d
php7-pecl-http: fix build when host has php installed (refs #3149)

When php is installed on the host system, then the configure tries
to obtain from this binary whether some extensions are available.
This prevents the cross build when the desired extensions are not
present - which is the usual case.

So add a patch to prevent configure from doing this - we give
this information via environment variable during build already.

Signed-off-by: Michael Heimpold <redacted>
lang/php7-pecl-http/Makefile
lang/php7-pecl-http/patches/100_config9-m4.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT