php7: update to 7.2.14
authorMichael Heimpold <mhei@heimpold.de>
Fri, 11 Jan 2019 22:47:30 +0000 (23:47 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 26 Mar 2019 19:20:43 +0000 (20:20 +0100)
commitef57201aa99ac268a7c84d28f395ee920b971d68
tree9229ab9aff76be95bc1e8e5256a0d3a2ab2ec856
parente9271cf276dceaba0704d5a6fc6a2d0400c4df32
php7: update to 7.2.14

While at, add --with-pic to configure arguments. This prevents the following
build errors spotted by the build bots for i386 targets:

-snip-
...
ext/openssl/.libs/openssl.o: direct GOT relocation R_386_GOT32X against
`X509_REQ_free' without base register can not be used when making a shared object
...
-snap-

This parameter seems to make no difference on other targets, nor
improve or make worse the package size.

Run tested for i386 in VirtualBox VM and on Duckbill for mxs platform.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 963c841463cee3a2d8afc34b5363a3e097556e04)
lang/php7/Makefile