commit | 7fa6fdf86a4d5ee609ff0f94b784a7cb6ac9b46f | [log] [tgz] |
---|---|---|
author | David Carlier <devnexen@gmail.com> | Fri Sep 13 04:39:21 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 17 07:18:00 2019 +0200 |
tree | 2f64d35cd78c407178ec9c53a164670663c9aa3b | |
parent | a92c5cec2d60caaabc8b6b741a8676e02d254e24 [diff] |
BUILD/SMALL: threads: enable threads on osx Enable multi thread on Darwin platform too.
diff --git a/Makefile b/Makefile index 53a80d4..9cacb93 100644 --- a/Makefile +++ b/Makefile
@@ -356,7 +356,7 @@ # Mac OS/X ifeq ($(TARGET),osx) set_target_defaults = $(call default_opts, \ - USE_POLL USE_TPROXY USE_LIBCRYPT USE_KQUEUE) + USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE) EXPORT_SYMBOL = -export_dynamic endif