logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit dc955d5b43af27a0b1bd3acb1c5a70787d75f7a3
parent bde17526e79d9dd71a1d67ed3d9e680fd2c62350
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 19 Nov 2019 09:04:10 +0100

Disable seccomp by default, it needs more testing on non !amd64 platforms.

Diffstat:
MCMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -4,7 +4,7 @@ # https://www.logswan.org # # Created: 2015-05-31 -# Last Updated: 2018-11-14 +# Last Updated: 2018-11-19 # # Logswan 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 and strtonum