Updated 're2' regex library to release '2020-07-06'

pull/2987/head
Javier Jaramago Fernández 6 years ago
parent 423930b412
commit 00ab07bf76

5
deps/Makefile vendored

@ -173,7 +173,8 @@ prometheus-cpp/prometheus-cpp/lib/libprometheus-cpp-core.a:
prometheus-cpp: prometheus-cpp/prometheus-cpp/lib/libprometheus-cpp-core.a
re2/re2/obj/libre2.a:
cd re2 && rm -rf re2-2018-07-01
# cd re2 && rm -rf re2-2018-07-01
cd re2 && rm -rf re2-2020-07-06
# cd re2 && tar -zxf re2-20140304.tgz
cd re2 && tar -zxf re2.tar.gz
# cd re2/re2 && sed -i -e 's/-O3 -g /-O3 -fPIC /' Makefile
@ -208,7 +209,7 @@ cleanall:
cd mariadb-client-library && rm -rf mariadb-connector-c-3.0.2-src
cd mariadb-client-library && rm -rf mariadb-connector-c-3.1.4-src
cd libconfig && rm -rf libconfig-1.4.9
cd re2 && rm -rf re2-2018-07-01
cd re2 && rm -rf re2-2020-07-06
cd pcre && rm -rf pcre-8.44
cd sqlite3/sqlite3 && rm -rf * || true
cd clickhouse-cpp/clickhouse-cpp && rm -rf * || true

Binary file not shown.

2
deps/re2/re2 vendored

@ -1 +1 @@
re2-2018-07-01
re2-2020-07-06

@ -1 +1 @@
2018-07-01.tar.gz
2020-07-06.tar.gz
Loading…
Cancel
Save