linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs-utils 1.2.6: nsm_client needs to link with libtirpc
@ 2012-05-26 21:32 Adam Sampson
  2012-05-29 19:18 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Sampson @ 2012-05-26 21:32 UTC (permalink / raw)
  To: linux-nfs

nsm_client needs to link against libtirpc.

diff -x config.log -x config.status -ru tmp/nfs-utils-1.2.6/tests/nsm_client/Makefile.am work/nfs-utils-1.2.6/tests/nsm_client/Makefile.am
--- tmp/nfs-utils-1.2.6/tests/nsm_client/Makefile.am	2012-05-14 15:40:52.000000000 +0100
+++ work/nfs-utils-1.2.6/tests/nsm_client/Makefile.am	2012-05-26 22:18:50.999001661 +0100
@@ -13,7 +13,7 @@
 
 BUILT_SOURCES = $(GENFILES)
 nsm_client_LDADD = ../../support/nfs/libnfs.a \
-		   ../../support/nsm/libnsm.a $(LIBCAP)
+		   ../../support/nsm/libnsm.a $(LIBCAP) $(LIBTIRPC)
 
 if CONFIG_RPCGEN
 RPCGEN	= $(top_builddir)/tools/rpcgen/rpcgen

-- 
Adam Sampson <ats@offog.org>                         <http://offog.org/>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfs-utils 1.2.6: nsm_client needs to link with libtirpc
  2012-05-26 21:32 [PATCH] nfs-utils 1.2.6: nsm_client needs to link with libtirpc Adam Sampson
@ 2012-05-29 19:18 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2012-05-29 19:18 UTC (permalink / raw)
  To: Adam Sampson; +Cc: linux-nfs

Committed...

steved.

On 05/26/2012 05:32 PM, Adam Sampson wrote:
> nsm_client needs to link against libtirpc.
> 
> diff -x config.log -x config.status -ru tmp/nfs-utils-1.2.6/tests/nsm_client/Makefile.am work/nfs-utils-1.2.6/tests/nsm_client/Makefile.am
> --- tmp/nfs-utils-1.2.6/tests/nsm_client/Makefile.am	2012-05-14 15:40:52.000000000 +0100
> +++ work/nfs-utils-1.2.6/tests/nsm_client/Makefile.am	2012-05-26 22:18:50.999001661 +0100
> @@ -13,7 +13,7 @@
>  
>  BUILT_SOURCES = $(GENFILES)
>  nsm_client_LDADD = ../../support/nfs/libnfs.a \
> -		   ../../support/nsm/libnsm.a $(LIBCAP)
> +		   ../../support/nsm/libnsm.a $(LIBCAP) $(LIBTIRPC)
>  
>  if CONFIG_RPCGEN
>  RPCGEN	= $(top_builddir)/tools/rpcgen/rpcgen
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-29 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26 21:32 [PATCH] nfs-utils 1.2.6: nsm_client needs to link with libtirpc Adam Sampson
2012-05-29 19:18 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).