From 903ddfd9c88e7c39fa001fe9f0b0b743667b9c69 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 29 Nov 2017 11:05:12 +0000 Subject: [PATCH] BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY FreeBSD can handle cpuset matters just fine, we can hence enable it by default as linux2628 TARGET. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 26b55db9d..2acf50281 100644 --- a/Makefile +++ b/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 -- 2.47.3