libXfont: Changes to 'master'

Jon TURNEY jturney at kemper.freedesktop.org
Thu Jul 8 06:44:49 PDT 2010


 src/stubs/stubs.h   |    1 +
 src/util/miscutil.c |    2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 8f75706901da0141590d46f0f898e5678feac953
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Mon Jun 28 17:56:07 2010 +0100

    Build fix for platforms which don't have weak linkage
    
    Since we fix this by removing the serverGeneration symbol, assuming
    an external definition will be provided, this means on Windows libXfont
    can only be built as a static library (since PE shared libraries cannot
    contain undefined symbols).  This produces a libXfont which might only
    be useful to the xserver, but the only other users we might care about
    are xfs, which is obsolete, and bdftopcf, which fortunately doesn't
    pull in any objects which reference serverGeneration from libXfont.
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
    Reviewed-by: Colin Harrison <colin.harrison at virgin.net>



More information about the xorg-commit mailing list