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