Fix #170: Build should work without compiling statsd
Jonas Haag
1 year, 4 months ago
34 | 34 |
|
35 | 35 |
ifeq ($(WANT_STATSD), yes)
|
36 | 36 |
FEATURES += -D WANT_STATSD
|
|
37 |
else
|
|
38 |
filter_out = $(foreach v,$(2),$(if $(findstring $(1),$(v)),,$(v)))
|
|
39 |
objects := $(call filter_out,statsd,$(objects))
|
37 | 40 |
endif
|
38 | 41 |
|
39 | 42 |
ifeq ($(WANT_STATSD_TAGS), yes)
|