Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libtirpc : always include svc_auth_none
@ 2014-06-14 20:57 Sagaert Johan
  2014-06-14 21:04 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Sagaert Johan @ 2014-06-14 20:57 UTC (permalink / raw)
  To: buildroot

This function is needed in rpcbind >= 0.2.1
without this patch the linking of rpcbind > 0.2.1 will fail.
(based on http://www.spinics.net/lists/linux-nfs/msg27277.html )

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 ...btirpc-0011-always-include-svc_auth_none.patch | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch

diff --git a/package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch b/package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch
new file mode 100644
index 0000000..66c660c
--- /dev/null
+++ b/package/libtirpc/libtirpc-0011-always-include-svc_auth_none.patch
@@ -0,0 +1,39 @@
+From 02c9f3898e4189bb0ec817d492b36da6de31abf8 Mon Sep 17 00:00:00 2001
+From: Sagaert Johan <sagaert.johan@skynet.be>
+Date: Sat, 14 Jun 2014 22:02:59 +0200
+Subject: [PATCH 1/1] always include svc_auth_none
+
+(needed by rpcbind >=0.2.1 )
+
+Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
+---
+ src/Makefile.am | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index bd276cf..a6313b7 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -48,16 +48,15 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c cln
+         getrpcport.c mt_misc.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \
+         pmap_prot.c pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c \
+         rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
+-        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
+-        svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c
++        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
++        svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c
+ 
+ ## XDR
+ libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
+ 
+ ## Secure-RPC
+ if GSS
+-    libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \
+-		svc_auth_none.c
++    libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c
+     libtirpc_la_LDFLAGS += $(GSSGLUE_LIBS)
+     libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)
+ endif
+-- 
+2.0.0
+
-- 
2.0.0

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

end of thread, other threads:[~2014-06-14 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14 20:57 [Buildroot] [PATCH 1/1] libtirpc : always include svc_auth_none Sagaert Johan
2014-06-14 21:04 ` Yann E. MORIN
2014-06-14 21:27   ` Sagaert Johan
2014-06-14 21:37     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox