diff options
Diffstat (limited to 'lang/php74/files/patch-sapi_fpm_config.m4')
-rw-r--r-- | lang/php74/files/patch-sapi_fpm_config.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php74/files/patch-sapi_fpm_config.m4 b/lang/php74/files/patch-sapi_fpm_config.m4 deleted file mode 100644 index e88c204384ae..000000000000 --- a/lang/php74/files/patch-sapi_fpm_config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- sapi/fpm/config.m4.orig 2018-08-14 11:39:14 UTC -+++ sapi/fpm/config.m4 -@@ -319,7 +319,7 @@ AC_DEFUN([AC_FPM_LQ], - AC_MSG_RESULT([no]) - ]) - -- if test "$have_lq" = "tcp_info"; then -+ if test "$have_lq" = "so_listenq"; then - AC_DEFINE([HAVE_LQ_TCP_INFO], 1, [do we have TCP_INFO?]) - fi - |