Skip to content

Commit fca65f4

Browse files
committed
[skip ci] Append also fallback check to FPM_EXTRA_LIBS
1 parent 3e63475 commit fca65f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ if test "$PHP_FPM" != "no"; then
520520
PHP_EVAL_INCLINE([$SELINUX_CFLAGS])
521521
],
522522
[AC_CHECK_LIB([selinux], [security_setenforce],
523-
[PHP_ADD_LIBRARY([selinux])],
523+
[PHP_ADD_LIBRARY([selinux], [yes], [FPM_EXTRA_LIBS])],
524524
[AC_MSG_ERROR([Required SELinux library not found.])])])
525525
ext_shared=$ext_shared_save
526526

0 commit comments

Comments
 (0)