blob: fb2b46a9c724a3e5f2649661ed1d5e53517c69ef (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | --- Foundation/Makefile.orig	2014-12-21 23:06:53 UTC
+++ Foundation/Makefile
@@ -46,6 +46,7 @@ pcre_utf8_objects = pcre_ucd pcre_tables
 
 ifdef POCO_UNBUNDLED
 	SYSLIBS += -lpcre -lz
+	objects += $(pcre_utf8_objects) # unicode.cpp uses internal pcre tables
 else
 	objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)
 endif
 |