diff options
author | Carsten Brandt <mail@cebe.cc> | 2017-07-14 13:45:33 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-07-25 06:58:11 +0100 |
commit | 3fd7d819b8ea164bdf255cddcd0a1b1d156f4a3b (patch) | |
tree | 3add0c8a8b005201f25e2f575b9eb1118e3420aa /ext/intl/php_intl.c | |
parent | 69b48f83dfc287a8430cf8e993d0937c5128623f (diff) | |
download | php-git-3fd7d819b8ea164bdf255cddcd0a1b1d156f4a3b.tar.gz |
Fixed finding CURL on systems with multiarch support
fixes https://bugs.php.net/bug.php?id=74125
This commit makes the cURL config script aware of debian/ubuntu
[multiarch support][1] which installs architecture specific
headers in a different location.
It checks whether the `dpkg-architecture` script exists and is
executeable, if that is the case, the multiarch architecture is
detected by calling `dpkg-architecture -qDEB_HOST_MULTIARCH` as
documented in [debian multiarch implementation docs][2]:
> `/usr/include/<triplet>`: used for arch-varying headers
[1]: https://wiki.debian.org/Multiarch
[2]: https://wiki.debian.org/Multiarch/Implementation
Diffstat (limited to 'ext/intl/php_intl.c')
0 files changed, 0 insertions, 0 deletions