summaryrefslogtreecommitdiff
path: root/lang/php73/files/patch-acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php73/files/patch-acinclude.m4')
-rw-r--r--lang/php73/files/patch-acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php73/files/patch-acinclude.m4 b/lang/php73/files/patch-acinclude.m4
index 531c9ab426fd..0613cec83899 100644
--- a/lang/php73/files/patch-acinclude.m4
+++ b/lang/php73/files/patch-acinclude.m4
@@ -5,7 +5,7 @@
dnl ---------------------------------------------- CLI static module
[PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
- case "$PHP_SAPI" in
-- cgi|embed[)]
+- cgi|embed|phpdbg[)]
- PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,)
- EXT_STATIC="$EXT_STATIC $1;$ext_dir"
- ;;