]> granicus.if.org Git - php/commit
Switch from curl-config to pkg-config for curl extension
authorRemi Collet <remi@remirepo.net>
Fri, 18 Aug 2017 13:01:16 +0000 (15:01 +0200)
committerRemi Collet <remi@php.net>
Fri, 25 Aug 2017 15:01:12 +0000 (17:01 +0200)
commitb8c6ce91b24d314fe9f9996a17942b63ecec249b
tree5bf3c7bfedf1e8d83eaf8a25ab3291027999a672
parentbd823a076c0d6dbb7c220e456ce6ae4f244236bf
Switch from curl-config to pkg-config for curl extension

First attemp to fix multiarch support (#74125) for curl
introduce some debian specificity (dpkg command)
so is not suitable for other environmant.

This is mostly related to a broken "curl-config" config on debian
which doesn't provide the correct build options, while pkg-config
works as expected.

This new attemp rely on pkg-config output instead.

Notice: this make pkg-config a hard dependency.
Is there system without pkg-config ?
ext/curl/config.m4