Upgrading RE2

Former RE2 was over 2 years old. Time to upgrade!
pull/762/head
René Cannaò 10 years ago
parent 94685e7085
commit cb0ff0665f

5
deps/Makefile vendored

@ -55,8 +55,9 @@ libconfig: libconfig/libconfig/lib/.libs/libconfig++.a
re2/re2/obj/libre2.a:
cd re2 && rm -rf re2
cd re2 && tar -zxf re2-20140304.tgz
cd re2/re2 && sed -i -e 's/-O3 -g /-O3 -fPIC /' Makefile
# 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
# cd re2 && patch re2/util/mutex.h < mutex.h.patch
cd re2/re2 && CC=${CC} CXX=${CXX} ${MAKE}

Binary file not shown.

BIN
deps/re2/re2.tar.gz vendored

Binary file not shown.
Loading…
Cancel
Save