summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-09-22 16:42:42 +0300
committerValentin Bartenev <vbart@nginx.com>2017-09-22 16:42:42 +0300
commit45c1d41f34031c26344832f92837f08c0dbfba04 (patch)
tree13dcfc887eb020a59b9d8090bfa70e66858d97ea /auto/sources
parent6a78aedb7e6eef061bec4fc406fe930154b128fe (diff)
downloadunit-45c1d41f34031c26344832f92837f08c0dbfba04.tar.gz
unit-45c1d41f34031c26344832f92837f08c0dbfba04.tar.bz2
Removed fibers from compilation.
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/auto/sources b/auto/sources
index c1d8b37f..f2760ad6 100644
--- a/auto/sources
+++ b/auto/sources
@@ -57,7 +57,6 @@ NXT_LIB_DEPS=" \
src/nxt_thread_pool.h \
src/nxt_work_queue.h \
src/nxt_service.h \
- src/nxt_fiber.h \
src/nxt_log_moderation.h \
src/nxt_event_engine.h \
src/nxt_timer.h \
@@ -128,7 +127,6 @@ NXT_LIB_SRCS=" \
src/nxt_time_parse.c \
src/nxt_work_queue.c \
src/nxt_service.c \
- src/nxt_fiber.c \
src/nxt_log_moderation.c \
src/nxt_event_engine.c \
src/nxt_timer.c \