From 507770340017e5d88805c91c2bb5d01bd4be7717 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 17 Mar 2013 11:39:04 -0400 Subject: [PATCH] Moved PCRE_STATIC def in Regex ext to extension instead of modifying pcre header (bug 5593). --- extensions/regex/CRegEx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/regex/CRegEx.cpp b/extensions/regex/CRegEx.cpp index 2af6012d..050bda39 100644 --- a/extensions/regex/CRegEx.cpp +++ b/extensions/regex/CRegEx.cpp @@ -29,6 +29,8 @@ * Version: $Id$ */ +#define PCRE_STATIC + #include "pcre.h" #include "CRegEx.h" #include