aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-22 14:18:08 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-22 14:18:08 +0000
commitd3544e4bece66f8c60ec4d83c369d2969325a585 (patch)
treec1477bd9799cdac816bbef7de554ab14c159eee1 /package
parent9fe4157b82f62ee4b209325b0c25580ad0a068ec (diff)
downloads6-d3544e4bece66f8c60ec4d83c369d2969325a585.tar.gz
Support procctl in s6-background-watch
Diffstat (limited to 'package')
-rw-r--r--package/targets.mak2
1 files changed, 1 insertions, 1 deletions
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