[PATCH:xhost 1/2] Only need CFLAGS, not LIBS from xau package

2011-09-24 Thread Alan Coopersmith
xhost needs the Family definitions from 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 --- Makefile.am |2 +- con

Re: [PATCH:xhost 1/2] Only need CFLAGS, not LIBS from xau package

2011-09-24 Thread Jeremy Huddleston
Both: Reviewed-by: Jeremy Huddleston On Sep 24, 2011, at 10:31, Alan Coopersmith wrote: > xhost needs the Family definitions from 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 d

Re: [PATCH:xhost 1/2] Only need CFLAGS, not LIBS from xau package

2011-09-24 Thread Gaetan Nadon
On Sat, 2011-09-24 at 10:31 -0700, Alan Coopersmith wrote: > xhost needs the Family definitions from 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.s

Re: [PATCH:xhost 1/2] Only need CFLAGS, not LIBS from xau package

2011-09-24 Thread Jamey Sharp
Reviewed-by: Jamey Sharp On Sat, Sep 24, 2011 at 10:31:26AM -0700, Alan Coopersmith wrote: > xhost needs the Family definitions from 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