mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 09:26:14 +01:00
Update GNUmakefile
when building from scrach in OpenBSD use threads instead of fork because of missing pthread_mutexattr_setpshared
This commit is contained in:
parent
65228e5c79
commit
48b07ecd2d
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user