renabled libseccompo

This commit is contained in:
Abhijeet Patil
2024-01-16 17:09:43 +00:00
parent 4a24620ed2
commit c3439466e5

View File

@@ -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