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