[RFC]: make IcedTea-web to be compatible with RHEL5 libraries

Jiri Vanek jvanek at redhat.com
Tue Aug 30 01:57:50 PDT 2011


Forgotten changelogs:

for rhel5compatible.diff:
2011-08-30 Jiri Vanek<jvanek at redhat.com>
     Added functionality to allow icedtea web to be buildable with
      rhel5 libraries.
     *configure.ac: added IT_GET_GLIBVERSION check.
     *acinclude.m4: added IT_GET_GLIBVERSION definition block to test.
       version of glib installed and add GLIB214 define macro into.
       variable DEFS if version is <2.16.
     * plugin/icedteanp/IcedTeaNPPlugin.cc: added replacements for incompatible
      functions (g_strcmp0 and find_first_item_in_hash_table), added define.
      sections for use this function instead of glib ones. Duplicated code moved
      into function getFirstTableInstance().
     *Makefile.am: ($(PLUGIN_DIR)/%.o): using DEFS setted by configure for compilation


for rhel5compatible-duplicateTableSearch.diff:

2011-08-30 Jiri Vanek<jvanek at redhat.com>
     Added functionality to allow icedtea web to be buildable with
      rhel5 libraries.
     *configure.ac: added IT_GET_GLIBVERSION check.
     *acinclude.m4: added IT_GET_GLIBVERSION definition block to test
       version of glib installed and add GLIB214 define macro into
       variable DEFS if version is <2.16.
     * plugin/icedteanp/IcedTeaNPPlugin.cc: added replacements for incompatible
      functions (g_strcmp0 and find_first_item_in_hash_table), added define
      sections for use this function instead of glib ones.
     *Makefile.am: ($(PLUGIN_DIR)/%.o): using DEFS setted by configure for compilation.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: rhel5compatible.diff
Type: text/x-patch
Size: 3886 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110830/7b9e0e18/rhel5compatible.diff 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rhel5compatible-duplicateTableSearch.diff
Type: text/x-patch
Size: 3939 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110830/7b9e0e18/rhel5compatible-duplicateTableSearch.diff 


More information about the distro-pkg-dev mailing list