From 48b07ecd2d8de7213988702fa0f5f052b05e87ba Mon Sep 17 00:00:00 2001 From: nelisd <130651085+nelisd@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:11:59 +0400 Subject: [PATCH] Update GNUmakefile when building from scrach in OpenBSD use threads instead of fork because of missing pthread_mutexattr_setpshared --- src/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GNUmakefile b/src/GNUmakefile index faa6710..afbd753 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -126,6 +126,7 @@ ifneq (,$(findstring openbsd,$(TARGETPLATFORM))) UNIX := 1 BSD := 1 ELF := 1 + THREADS := 1 endif ifneq (,$(findstring solaris,$(TARGETPLATFORM)))