[PATCH:xdm 1/2] Add Solaris 11 libsocket to list of libraries to search for getifaddrs()

Gaetan Nadon memsize at videotron.ca
Mon May 16 19:17:13 PDT 2011


On Mon, 2011-05-16 at 17:52 -0700, Alan Coopersmith wrote:

> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  configure.ac |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 089329f..0c79999 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -59,8 +59,9 @@ AM_CONDITIONAL(HAVE_MKTEMP_COMMAND, test x$MKTEMP_COMMAND != x)
>  #                 pre-pends the found library to $LIBS.
>  #
>  #------------------------------------------------------------------------------
> -# Function getifaddrs() comes from the C library or the -lnsl name service library
> -AC_SEARCH_LIBS([getifaddrs], [nsl])
> +# Function getifaddrs() comes from the C library, Solaris 11 -lsocket, or
> +# the -lnsl name service library
> +AC_SEARCH_LIBS([getifaddrs], [socket nsl])
>  
>  # Function getspnam() comes from the C library, System V -lsec, UnixWare 7 -lgen
>  # or Old Linux versions -lshadow


Acked-by: Gaetan Nadon <memsize at videotron.ca>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110516/c68d5dd4/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110516/c68d5dd4/attachment.pgp>


More information about the xorg-devel mailing list