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>
Fri, 11 Jan 2019 22:51:47 +0000 (23:51 +0100)
commit963c841463cee3a2d8afc34b5363a3e097556e04
tree637b8dbed0d8c6dbc93b9ce38fe4a48dbeb7478d
parent1fadeeaedd99a0900568bc72a0482cc9ee03bc1f
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>
lang/php7/Makefile