From 756aaa4a12d35aefa6daf3a882d28632eadad36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 9 Nov 2015 07:21:58 +0000 Subject: [PATCH] Reverting patch for RE2 related to mutexes It seems mutexes protect DFA --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 613b39a89..b78d98aaf 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -68,7 +68,7 @@ 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 && patch re2/util/mutex.h < mutex.h.patch +# cd re2 && patch re2/util/mutex.h < mutex.h.patch cd re2/re2 && ${MAKE} re2: re2/re2/obj/libre2.a