Skip to content

Commit f640263

Browse files
committed
fix builds
1 parent 46df4c2 commit f640263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sapi/fpm/config.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ if test "$PHP_FPM" != "no"; then
356356
AC_CHECK_HEADER([priv.h], [AC_CHECK_FUNCS([setpflags])])
357357
AC_CHECK_HEADER([sys/times.h], [AC_CHECK_FUNCS([times])])
358358
AC_CHECK_HEADER([port.h], [AC_CHECK_FUNCS([port_create])])
359+
AC_CHECK_HEADER([sched.h], [AC_CHECK_FUNCS([sched_setaffinity])])
360+
AC_CHECK_HEADER([sys/cpuset.h], [AC_CHECK_FUNCS([cpuset_setaffinity])])
359361

360362
PHP_ARG_WITH([fpm-user],,
361363
[AS_HELP_STRING([[--with-fpm-user[=USER]]],

0 commit comments

Comments
 (0)