From afc681ca1cd20435b801ecb31bc06391c4acc780 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 9 Jun 2020 08:06:52 +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