ports/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc
Edward Tomasz Napierala ab69697f6c Google's Certificate Transparency project is an open framework for monitoring
and auditing SSL certificates in nearly real time.  It makes it possible
to detect SSL certificates that have been mistakenly issued by a certificate
authority or maliciously acquired from an otherwise unimpeachable certificate
authority. It also makes it possible to identify certificate authorities
that have gone rogue and are maliciously issuing certificates.

WWW: https://www.certificate-transparency.org/

Sponsored by:	The FreeBSD Foundation
2016-01-10 10:20:51 +00:00

9 lines
401 B
C++

--- cpp/log/cluster_state_controller_test.cc.orig 2015-11-20 15:24:59.021489000 +0100
+++ cpp/log/cluster_state_controller_test.cc 2015-11-20 15:25:23.094886000 +0100
@@ -1,3 +1,6 @@
+// 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 <map>
#include <memory>