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:
David Carlier 2017-11-29 11:05:12 +00:00 committed by Willy Tarreau
parent 6d5c841d24
commit 903ddfd9c8

View File

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