mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
BUILD: enable USE_THREAD for Solaris build.
This commit is contained in:
parent
2a944ee16b
commit
f5d79ac5a8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -314,6 +314,7 @@ ifeq ($(TARGET),solaris)
|
|||
USE_LIBCRYPT = implicit
|
||||
USE_CRYPT_H = implicit
|
||||
USE_GETADDRINFO = implicit
|
||||
USE_THREAD = implicit
|
||||
else
|
||||
ifeq ($(TARGET),freebsd)
|
||||
# This is for FreeBSD
|
||||
|
|
|
|||
Loading…
Reference in a new issue