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

@ -11,7 +11,7 @@ and tries to redefine it with its own implementation in
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index d9a8d0b..687c2d8 100644
index 6190cfb73f01cc68d439cb99fdfc9f18341a4cd6..b5b8bcc21dd2330adbe81bbc5ad0b6ec256b1ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -365,8 +365,7 @@ if test "$ac_cv_func_dlopen" = "yes"; then