mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY
FreeBSD can handle cpuset matters just fine, we can hence enable it by default as linux2628 TARGET.
This commit is contained in:
parent
6d5c841d24
commit
903ddfd9c8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -324,6 +324,7 @@ ifeq ($(TARGET),freebsd)
|
|||
USE_TPROXY = implicit
|
||||
USE_LIBCRYPT = implicit
|
||||
USE_THREAD = implicit
|
||||
USE_CPU_AFFINITY= implicit
|
||||
else
|
||||
ifeq ($(TARGET),osx)
|
||||
# This is for Mac OS/X
|
||||
|
|
|
|||
Loading…
Reference in a new issue