xhost: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Sep 25 10:18:20 PDT 2011


 Makefile.am  |    2 +-
 configure.ac |    5 ++++-
 xhost.c      |   10 +++++-----
 3 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit 88e5e5af7a6af15a6d277565e317f8d768067de5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 24 10:22:07 2011 -0700

    Declare some char * as const to fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit d0d9975f459fd098e5b2cdc75edf4a9ebab6afd6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 24 10:13:45 2011 -0700

    Only need CFLAGS, not LIBS from xau package
    
    xhost needs the Family definitions from <X11/Xauth.h> to build, but
    doesn't call any libXau functions, so doesn't need to link against it.
    
    Fixes Solaris ld -z guidance warning:
    ld: guidance: removal of unused dependency recommended: libXau.so.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>



More information about the xorg-commit mailing list