php7-pecl-http: fix build when php5 is build in parallel (fixes #3149)
authorMichael Heimpold <redacted>
Wed, 7 Sep 2016 21:25:50 +0000 (23:25 +0200)
committerMichael Heimpold <redacted>
Wed, 7 Sep 2016 21:35:01 +0000 (23:35 +0200)
commitf6c3de09254e5006e0f45e4c8963734446b30fae
tree620ddae63d212a1007221c3d91069d605420c793
parent8eeb9397606e80b167c60167fea56f7fc1371e27
php7-pecl-http: fix build when php5 is build in parallel (fixes #3149)

- remove hack to find required packages: when php5-pecl-{raphf,propro}
  was built in paralle, then the hack could not determine which build
  directory must be used; this was resolved by a previous commit, both
  packages now install their header files in the staging area so that
  this pecl module will find it properly

- refine build dir to avoid collision with (possible) php5 package variant

Signed-off-by: Michael Heimpold <redacted>
lang/php7-pecl-http/Makefile
lang/php7-pecl-http/patches/001_pecl_mod_include_dir.patch [deleted file]
lang/php7-pecl-http/patches/002_php_http_api.patch [deleted file]
git clone https://git.99rst.org/PROJECT