From cdad1c33656038754aa8d3490bc77984dd6b8762 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Fri, 18 Nov 2022 15:22:51 +0100 Subject: [PATCH] BUILD: Makefile: enable USE_SHM_OPEN by default on freebsd The shm_open() feature seems to work on freebsd, let's enable it by default on the freebsd target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 953c0ea2d..cfd9edeee 100644 --- a/Makefile +++ b/Makefile @@ -373,7 +373,7 @@ endif ifeq ($(TARGET),freebsd) set_target_defaults = $(call default_opts, \ USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_CPU_AFFINITY USE_KQUEUE \ - USE_ACCEPT4 USE_CLOSEFROM USE_GETADDRINFO USE_PROCCTL) + USE_ACCEPT4 USE_CLOSEFROM USE_GETADDRINFO USE_PROCCTL USE_SHM_OPEN) endif # kFreeBSD glibc