From a0262385605e8564db94984cff968c7f4beb44af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Mon, 30 Mar 2020 09:47:03 +0200 Subject: [PATCH] Updated prometheus-cpp dep building to include patch application --- deps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/Makefile b/deps/Makefile index 87c8cff5d..0228a066e 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -165,6 +165,7 @@ prometheus-cpp/lib/libprometheus-cpp-core.a: cd prometheus-cpp && tar --strip-components=1 -zxf v0.9.0.tar.gz -C . cd prometheus-cpp && git submodule init cd prometheus-cpp && git submodule update + cd prometheus-cpp && git apply patches/serial_exposer.patch cd prometheus-cpp && cmake . -DBUILD_SHARED_LIBS=OFF cd prometheus-cpp && make -j 4