docker container works with SSL + fix compiler warnings in statsd third_party module

This commit is contained in:
Benjamin Sergeant
2019-04-18 09:11:12 -07:00
parent c367435073
commit f0375e59fa
5 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@ all: brew
install: brew
brew:
mkdir -p build && (cd build ; cmake .. ; make -j install)
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install)
.PHONY: docker