[Bug 1391] New: Use system provided libicu over bundled version

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 11 03:00:18 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1391

            Bug ID: 1391
           Summary: Use system provided libicu over bundled version
    Classification: Unclassified
           Product: IcedTea
           Version: unspecified
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: rkennke at redhat.com
                CC: unassigned at icedtea.classpath.org

Created attachment 852
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=852&action=edit
Patch to make IcedTea use system provided libicu

IcedTea / OpenJDK ships its several very old version of libicu
(http://icu-project.org/) for unicode text layout. IcedTea could benefit from
using a system provided libicu install, it would streamline security fixes, and
probably pick up bugfixes and improvements from newer libicu releases. Attached
is a quick hack to avoid building the bundled libicu and link against system
libicu instead. Notice that the patch needs some work to make all this
optional/configurable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130411/31beb210/attachment.html 


More information about the distro-pkg-dev mailing list