mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
[master] --enable-seccomp wasn't defaulting to no
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -11425,7 +11425,7 @@ if test "${enable_seccomp+set}" = set; then :
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$enable_seccomp" in
|
case "$enable_seccomp" in
|
||||||
yes|'')
|
yes)
|
||||||
case $host_os in
|
case $host_os in
|
||||||
linux*)
|
linux*)
|
||||||
;;
|
;;
|
||||||
@@ -11551,7 +11551,7 @@ fi
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
no)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@@ -94,7 +94,7 @@ esac
|
|||||||
AC_ARG_ENABLE(seccomp,
|
AC_ARG_ENABLE(seccomp,
|
||||||
AS_HELP_STRING([--enable-seccomp],[enable support for libseccomp sysstem call filtering [default=no]]))
|
AS_HELP_STRING([--enable-seccomp],[enable support for libseccomp sysstem call filtering [default=no]]))
|
||||||
case "$enable_seccomp" in
|
case "$enable_seccomp" in
|
||||||
yes|'')
|
yes)
|
||||||
case $host_os in
|
case $host_os in
|
||||||
linux*)
|
linux*)
|
||||||
;;
|
;;
|
||||||
@@ -148,7 +148,7 @@ case "$enable_seccomp" in
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
no)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user