commit | 903ddfd9c88e7c39fa001fe9f0b0b743667b9c69 | [log] [tgz] |
---|---|---|
author | David Carlier <devnexen@gmail.com> | Wed Nov 29 11:05:12 2017 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 29 14:31:10 2017 +0100 |
tree | 8be79dfdc09e4d90805aad14b631a27a3c6610f1 | |
parent | 6d5c841d242a22573d1a66434df9e1e936e7bed6 [diff] |
BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY FreeBSD can handle cpuset matters just fine, we can hence enable it by default as linux2628 TARGET.
diff --git a/Makefile b/Makefile index 26b55db..2acf502 100644 --- a/Makefile +++ b/Makefile
@@ -324,6 +324,7 @@ USE_TPROXY = implicit USE_LIBCRYPT = implicit USE_THREAD = implicit + USE_CPU_AFFINITY= implicit else ifeq ($(TARGET),osx) # This is for Mac OS/X