mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 23:02:34 -04:00
BUILD: enable USE_THREAD for OpenBSD build.
This commit is contained in:
parent
8c4954c5c2
commit
7567c4002f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -335,6 +335,7 @@ ifeq ($(TARGET),openbsd)
|
|||
USE_KQUEUE = implicit
|
||||
USE_TPROXY = implicit
|
||||
USE_ACCEPT4 = implicit
|
||||
USE_THREAD = implicit
|
||||
else
|
||||
ifeq ($(TARGET),netbsd)
|
||||
# This is for NetBSD
|
||||
|
|
|
|||
Loading…
Reference in a new issue