php7: fix linking to libpcre
authorMichael Heimpold <mhei@heimpold.de>
Tue, 13 Feb 2018 23:30:39 +0000 (00:30 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 14 Feb 2018 00:13:54 +0000 (01:13 +0100)
commit9ace92dd7a17f6a2ae7cf50508238fd3b5ae7955
tree50db0a1ce8b9d829ba89d92e14d41fe9b47b86f2
parenteac8d11f27aa0796dfa17b961d883c2aa5a79ea7
php7: fix linking to libpcre

PHP comes with a bundled version of libpcre which is then statically
linked. However, we already depend on the packaged library, so we
can reduce the footprint when linking to it dynamically.
This saves around 200-300 kB (this depends on other configuration).

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile