aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/targets.mak')
-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