1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:27:35 +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

@ -10,7 +10,7 @@ not try to run phar locally.
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b54abe3..d9a8d0b 100644
index ee2d248105f6af61540dfde3eb9e7297c515f0ea..6190cfb73f01cc68d439cb99fdfc9f18341a4cd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1567,8 +1567,8 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"