From patchwork Sat Jun 14 20:57:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 359802 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id E4AA21400E4 for ; Sun, 15 Jun 2014 06:58:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5251389624; Sat, 14 Jun 2014 20:58:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BXmilC12-nXV; Sat, 14 Jun 2014 20:58:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4910089428; Sat, 14 Jun 2014 20:58:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id AF3931BF857 for ; Sat, 14 Jun 2014 20:58:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A9B638AC01 for ; Sat, 14 Jun 2014 20:58:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30OdfG+XgdpM for ; Sat, 14 Jun 2014 20:58:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by whitealder.osuosl.org (Postfix) with ESMTP id F2C8D8ABE3 for ; Sat, 14 Jun 2014 20:58:00 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoUGAHC2nFNR9ayr/2dsb2JhbABagw1SV7tdhz2BAxd1hAMBAgUCUyMsAwECHToRFiGIRgEIz1OOdh2ELQSXXoJlgUOJbYgog0I7Lw Received: from 171.172-245-81.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([81.245.172.171]) by relay.skynet.be with ESMTP; 14 Jun 2014 22:57:57 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Sat, 14 Jun 2014 22:57:47 +0200 Message-Id: <1402779467-13505-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 2.0.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] libtirpc : always include svc_auth_none X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 --- ...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 +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 +--- + 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 +