aboutsummaryrefslogtreecommitdiff
path: root/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc')
-rw-r--r--security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc b/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc
new file mode 100644
index 000000000000..60f426d62e32
--- /dev/null
+++ b/security/certificate-transparency/files/patch-cpp-log-tree_signer_test.cc
@@ -0,0 +1,10 @@
+--- cpp/log/tree_signer_test.cc.orig 2015-11-20 15:50:58.101424000 +0100
++++ cpp/log/tree_signer_test.cc 2015-11-20 15:51:15.216405000 +0100
+@@ -1,4 +1,7 @@
+ /* -*- indent-tabs-mode: nil -*- */
++// Without this, build will fail due to clash between onigposix.h
++// and regex.h; note it's only compiled with "make check".
++#define GTEST_HAS_POSIX_RE 0
+ #include <gtest/gtest.h>
+ #include <memory>
+ #include <stdint.h>