[PATCH] Allow linking in (shared) libfontconfig directy

Diego 'Flameeyes' Pettenò flameeyes at gmail.com
Mon May 21 08:45:29 PDT 2007


As it is, OpenJDK tries to dlopen fontconfig (multiple times too), to
avoid a direct link dependency over it. This could be quite slow as the
dynamic linker has to do its job multiple times, but is understandable
for redistributable packages.

Distributions, though, might want to just depend on fontconfig itself
and link it directly. The attached patch allows that through the
DIRECT_LINK_FONTCONFIG=true option at make.

-- 
Diego "Flameeyes" Pettenò
http://farragut.flameeyes.is-a-geek.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openjdk-fontconfig-directlink.patch.patch
Type: text/x-patch
Size: 6267 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20070521/052245c4/openjdk-fontconfig-directlink.patch.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20070521/052245c4/signature.asc 


More information about the awt-dev mailing list