From d3544e4bece66f8c60ec4d83c369d2969325a585 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 22 Oct 2025 14:18:08 +0000 Subject: Support procctl in s6-background-watch --- package/targets.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/targets.mak b/package/targets.mak index cea504b..b784325 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -66,7 +66,7 @@ s6-background-watch \ LIB_DEFS := S6=s6 S6_DESCRIPTION := -$(shell grep -qFx "kevent: yes" $(sysdeps)/sysdeps) +$(shell grep -qFx "prctl: no" $(sysdeps)/sysdeps && grep -qFx "procctl: no" $(sysdeps)/sysdeps && grep -qFx "kevent: yes" $(sysdeps)/sysdeps) ifeq ($(.SHELLSTATUS),0) KEVENTPTHREAD_LIB := $(PTHREAD_LIB) else -- cgit v1.3.1