forked from Lainports/freebsd-ports
This should unbreak running on PHP 8.0 and (at least) build on PHP 8.1. PR: 262343 Reported by: arrowd@
11 lines
436 B
PHP
11 lines
436 B
PHP
--- src/moduleutils/PhutilLibraryMapBuilder.php.orig 2022-03-04 17:30:36 UTC
|
|
+++ src/moduleutils/PhutilLibraryMapBuilder.php
|
|
@@ -240,7 +240,7 @@ final class PhutilLibraryMapBuilder extends Phobject {
|
|
$bin = dirname(__FILE__).'/../../support/lib/extract-symbols.php';
|
|
|
|
return new ExecFuture(
|
|
- 'php -f %R -- --ugly %Ls -- %Ls',
|
|
+ '%%PHP_CMD%% -f %R -- --ugly %Ls -- %Ls',
|
|
$bin,
|
|
$flags,
|
|
$paths);
|