mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
11 lines
304 B
Text
11 lines
304 B
Text
--- 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
|
|
|