From c3439466e55aef0a93ca7139e58b5d983070a79d Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Tue, 16 Jan 2024 17:09:43 +0000 Subject: [PATCH] renabled libseccompo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ae648eafc..a0bf1f7704 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ endif UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) # Seccomp BPF is only available for Linux - NO_PG_CONFIGURE_OPTS += --with-libseccomp # libseccomp needs additional adjustments + PG_CONFIGURE_OPTS += --with-libseccomp else ifeq ($(UNAME_S),Darwin) # macOS with brew-installed openssl requires explicit paths # It can be configured with OPENSSL_PREFIX variable