From e067cb251dffecff04a66f16f963c24bdac0497f Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Wed, 17 Jan 2024 12:03:09 +0000 Subject: [PATCH] testing debug changes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2da582c5e5..6cf435c9c7 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ endif UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) # Seccomp BPF is only available for Linux - PG_CONFIGURE_OPTS += --with-libseccomp + #PG_CONFIGURE_OPTS += --with-libseccomp + NO_PG_CONFIGURE_OPTS += --with-libseccomp # libseccomp needs additional adjustments else ifeq ($(UNAME_S),Darwin) # macOS with brew-installed openssl requires explicit paths # It can be configured with OPENSSL_PREFIX variable