From ed7d42ae823f0da55e78fa37af126389e3369fa8 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 3 Aug 2022 10:10:56 +0000 Subject: [PATCH] add re2 as dependency to libhttpserver --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 75fb799e8..5c5e4a7f2 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -92,7 +92,7 @@ ifeq ($(MIN_VERSION),$(lastword $(sort $(GCC_VERSION) $(MIN_VERSION)))) REQUIRE_PATCH = true endif -libhttpserver/libhttpserver/build/src/.libs/libhttpserver.a: libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a +libhttpserver/libhttpserver/build/src/.libs/libhttpserver.a: libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a re2/re2/obj/libre2.a cd libhttpserver && rm -rf libhttpserver-*/ || true cd libhttpserver && tar -zxf libhttpserver-0.18.1.tar.gz ifeq ($(REQUIRE_PATCH), true)