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.
This commit is contained in:
William Lallemand 2022-11-18 15:22:51 +01:00
parent b60a77b6d0
commit cdad1c3365
1 changed files with 1 additions and 1 deletions

View File

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