BUILD: enable USE_THREAD for OpenBSD build.
This commit is contained in:
parent
8c4954c5c2
commit
7567c4002f
1
Makefile
1
Makefile
@ -335,6 +335,7 @@ ifeq ($(TARGET),openbsd)
|
|||||||
USE_KQUEUE = implicit
|
USE_KQUEUE = implicit
|
||||||
USE_TPROXY = implicit
|
USE_TPROXY = implicit
|
||||||
USE_ACCEPT4 = implicit
|
USE_ACCEPT4 = implicit
|
||||||
|
USE_THREAD = implicit
|
||||||
else
|
else
|
||||||
ifeq ($(TARGET),netbsd)
|
ifeq ($(TARGET),netbsd)
|
||||||
# This is for NetBSD
|
# This is for NetBSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user