From 7a35b205fe166bd0111427011454a1ce4ae31163 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Wed, 30 Jan 2008 12:59:12 +0000 Subject: [PATCH] Added regex implementation. using the system one results in failures when compiling a regex. Note this is probably a bug in how MDR uses regex and not in the regex implementation itself. This is just the simple fix while I investigate bug #1200. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23792 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/mail/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kits/mail/Jamfile b/src/kits/mail/Jamfile index ef41c300e0..eda56c234f 100644 --- a/src/kits/mail/Jamfile +++ b/src/kits/mail/Jamfile @@ -39,6 +39,7 @@ SharedLibrary libmail.so : NodeMessage.cpp numailkit.cpp ProtocolConfigView.cpp + regex.c RemoteStorageProtocol.cpp StatusWindow.cpp StringList.cpp