minerva / Ports / php / patches /
@minerva minerva authored on 13 Jul
..
0001-Build-Disable-pharcmd.patch Initial commit 7 months ago
0002-Build-Force-inet_aton-detection.patch Initial commit 7 months ago
0003-Build-Patch-Minerva-root-directory-into-libtool.patch Initial commit 7 months ago
ReadMe.md Initial commit 7 months ago
ReadMe.md

Patches for php on Minerva

0001-Build-Disable-pharcmd.patch

Build: Disable pharcmd

We do not support running the PHP binary locally after its build, so do not try to run phar locally.

0002-Build-Force-inet_aton-detection.patch

Build: Force inet_aton detection

For a reason unknown to me, the build system fails to find inet_aton and tries to redefine it with its own implementation in flock_compat.c.

0003-Build-Patch-Minerva-root-directory-into-libtool.patch

Build: Patch Minerva root directory into libtool

PHP's libtool does not have sysroot support; this is the minimum change to get PHP to build.