From a67c40947eaa476040af3827f74a7f954fe883fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jun 2020 08:33:35 +0200 Subject: rebuild using oniguruma5php build phpdbg only once --- php-5.6.3-embed.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-5.6.3-embed.patch') diff --git a/php-5.6.3-embed.patch b/php-5.6.3-embed.patch index d9c04f6..38eea1d 100644 --- a/php-5.6.3-embed.patch +++ b/php-5.6.3-embed.patch @@ -18,7 +18,7 @@ diff -up php-5.5.30/scripts/php-config.in.old php-5.5.30/scripts/php-config.in php_cgi_binary=NONE configure_options="@CONFIGURE_OPTIONS@" -php_sapis="@PHP_INSTALLED_SAPIS@" -+php_sapis="apache2handler embed fpm @PHP_INSTALLED_SAPIS@" ++php_sapis="apache2handler embed fpm phpdbg @PHP_INSTALLED_SAPIS@" # Set php_cli_binary and php_cgi_binary if available for sapi in $php_sapis; do -- cgit