<div class="gmail_quote">On Wed, Jul 8, 2009 at 8:40 PM, Arjun Roy <span dir="ltr"><<a href="mailto:arroy@redhat.com" target="_blank">arroy@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Dependencies added include:<br>
-libboost_regex library<br>
-libicu<br>
</blockquote><div>hmm, that's an unfortunate dependency: complete libicu adds 17MB and blacklisting unused parts doesn't help much: <br></div></div>libboost_regex.so links with libicuuc.so (1.3M), libicui18n.so (1.6M) and libicudata.so (14M) which makes 99% of libicu :(<br>
<br>Could we avoid this by using more lightweight regexp library?<br><br>