commit f65e415867fc61ea64f68596b471bd91ac6c3e2a
parent dbb4538b3acd0b0401e980fe7a5248e1fbb2af74
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 17 Nov 2019 22:59:37 +0100
Disable seccomp by default, it needs more testing on non !amd64 platforms.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -4,7 +4,7 @@
# https://www.statdns.com
#
# Created: 2012-02-13
-# Last Updated: 2019-11-14
+# Last Updated: 2019-11-17
#
# StatZone is released under the BSD 2-Clause license
# See LICENSE file for details.
@@ -18,7 +18,7 @@ include(CheckFunctionExists)
include(GNUInstallDirs)
# Conditional build options
-set(ENABLE_SECCOMP 1
+set(ENABLE_SECCOMP 0
CACHE BOOL "Enable building with seccomp")
# Check if system has pledge