mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37: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:
parent
684c038af0
commit
e70e4c132b
4 changed files with 42 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue