opnsense-ports/lang/php81/files/patch-sapi_fpm_config.m4
Franco Fichtner 445fe848f5 lang/php81: sync with upstream
Taken from: FreeBSD
2023-04-12 13:45:35 +02:00

11 lines
304 B
Text

--- sapi/fpm/config.m4.orig 2023-03-14 19:50:20 UTC
+++ sapi/fpm/config.m4
@@ -315,7 +315,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