libXt: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jun 7 20:59:43 PDT 2013


 configure.ac     |    2 ++
 util/Makefile.am |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit 0bf255ce5f2aeacece0b685996491729f804fe94
Author: Thierry Reding <thierry.reding at avionic-design.de>
Date:   Thu Jan 3 10:16:55 2013 +0100

    Fix cross-compilation
    
    When cross-compiling against a sysroot for instance, a --sysroot option
    is typically passed via the CPPFLAGS variable. This can cause the build
    to break in the util subdirectory which requires the CPPFLAGS to be set
    for the build system.
    
    Solve this by using the value of CPPFLAGS_FOR_BUILD for CPPFLAGS in the
    util subdirectory. Cross-compile setups can override the variable when
    calling the configure script.
    
    Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list