ports/lang/php80/files/patch-sapi_fpm_config.m4
Muhammad Moinur Rahman ed919666b6 lang/php80: Fix build with openssl3
This fix some additional errors on OSVERSION 1400093.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-02 18:22:19 +02:00

11 lines
304 B
Text

--- sapi/fpm/config.m4.orig 2023-06-07 17:25:45 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