------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1223
--- Comment #23 from Lawrence Velázquez <larryv@???> 2013-02-15 09:09:09 ---
(In reply to comment #21)
> Alternatively you can compile a static pcre with --enable-shared=no
Huh. Now all the tests pass, even without your patch.
% tar -xf pcre-8.30.tar.bz2 && cd pcre-8.30 && CPATH='/opt/local/include'
CFLAGS='-pipe -O2 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe
-O2 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8'
CXX='/usr/bin/clang++' LDFLAGS='-L/opt/local/lib -arch i386'
INSTALL='/usr/bin/install -c' CC='/usr/bin/clang' ./configure --enable-pcre16
--enable-jit --enable-unicode-properties --enable-pcregrep-libz
--enable-pcregrep-libbz2 --enable-shared=no && CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' /usr/bin/make -j2
-w check
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email