BUILD: enable USE_THREAD for OpenBSD build.

This commit is contained in:
David Carlier 2017-11-03 14:35:44 +00:00 committed by Willy Tarreau
parent 8c4954c5c2
commit 7567c4002f

View File

@ -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