1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:27:34 +00:00

Ports: Support Serenity install root in PHP's libtool

PHP's libtool does not have sysroot support; this is the minimum change
to get PHP to build.
This commit is contained in:
Jelle Raaijmakers 2022-10-21 14:19:36 +02:00 committed by Linus Groh
parent 684c038af0
commit e70e4c132b
4 changed files with 42 additions and 2 deletions

View file

@ -15,3 +15,10 @@ 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-Serenity-root-directory-into-libtool.patch`
Build: Patch Serenity root directory into libtool
PHP's libtool does not have sysroot support; this is the minimum change
to get PHP to build.