[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] Fix Solaris compile after gnulib refresh
- From: Jim Meyering <jim meyering net>
- To: john levon sun com
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] Fix Solaris compile after gnulib refresh
- Date: Thu, 08 Jan 2009 21:19:48 +0100
john levon sun com wrote:
> Fix Solaris compile after gnulib refresh
ACK. Thanks.
Now you can write the ChangeLog and commit it ;-)
> As documented in NEWS, we now need to explicitly specify usage of
> libsocket.
s/NEWS/gnulib's NEWS/
> diff --git a/configure.in b/configure.in
> --- a/configure.in
> +++ b/configure.in
> @@ -79,9 +79,9 @@ AC_CHECK_HEADERS([pwd.h paths.h regex.h
>
> dnl Where are the XDR functions?
> dnl If portablexdr is installed, prefer that.
> -dnl Otherwise try -lrpc (Cygwin) -lxdr (some MinGW) or none (most Unix)
> +dnl Otherwise try -lrpc (Cygwin) -lxdr (some MinGW), nsl (Solaris) or none (most Unix)
s/nsl/-lnsl/, and split the longer-than-80 line.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]