5 Commits

Author SHA1 Message Date
nelisd 75edfb4b60 Merge 48b07ecd2d into 65228e5c79 2023-04-13 09:12:16 +00:00
nelisd 48b07ecd2d Update GNUmakefile
when building from scrach in OpenBSD use threads instead of fork because of missing pthread_mutexattr_setpshared
2023-04-13 13:11:59 +04:00
Rouben 65228e5c79 Merge pull request #40 from simonsmh/master
Update debian submodule
2020-05-19 17:44:42 -04:00
Simon Shi cfc3e40505 update debian submodule 2020-05-12 13:26:29 +08:00
Rouben 5b08c8f2a3 Merge pull request #38 from rouben/master
vlmcsd-1113-2020-03-28-Hotbird64
2020-03-30 01:30:22 -04:00
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule debian updated: 971ade7b0e...96200e41ef
+1
View File
@@ -126,6 +126,7 @@ ifneq (,$(findstring openbsd,$(TARGETPLATFORM)))
UNIX := 1 UNIX := 1
BSD := 1 BSD := 1
ELF := 1 ELF := 1
THREADS := 1
endif endif
ifneq (,$(findstring solaris,$(TARGETPLATFORM))) ifneq (,$(findstring solaris,$(TARGETPLATFORM)))