mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-23 10:06:42 +08:00
Fix --enable-secomp
This commit is contained in:
parent
8b65e2d6c7
commit
43c4b1b572
2
configure
vendored
2
configure
vendored
@ -590,7 +590,7 @@ if [ "$PRIVSEP" = yes ]; then
|
||||
case "$OS" in
|
||||
linux*)
|
||||
echo "PRIVSEP_SRCS+= privsep-linux.c" >>$CONFIG_MK
|
||||
if [ -n "$SECCOMP" ] && [ "$SECCOMP" != no ]; then
|
||||
if [ -n "$SECCOMP" ] && [ "$SECCOMP" = no ]; then
|
||||
echo "#define DISABLE_SECCOMP" >>$CONFIG_H
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user