All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libtirpc: fix build failure after non-IPv6 disabled
@ 2015-04-23  4:44 Gustavo Zacarias
  2015-04-23  7:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-04-23  4:44 UTC (permalink / raw)
  To: buildroot

Adjust patch 0005 to account for the removed optional IPv6 support
patch, since otherwise it won't apply. Fixes:
http://autobuild.buildroot.net/results/0ad/0ad8c9e331190f72280c3a1e3cd8d42728f818de/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../0005-Automatically-generate-XDR-header-files-from-.x-sour.patch    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libtirpc/0005-Automatically-generate-XDR-header-files-from-.x-sour.patch b/package/libtirpc/0005-Automatically-generate-XDR-header-files-from-.x-sour.patch
index 3c1c82d..023abd1 100644
--- a/package/libtirpc/0005-Automatically-generate-XDR-header-files-from-.x-sour.patch
+++ b/package/libtirpc/0005-Automatically-generate-XDR-header-files-from-.x-sour.patch
@@ -4,6 +4,7 @@ Date: Sat, 10 Nov 2012 17:29:53 +0100
 Subject: [PATCH] Automatically generate XDR header files from .x sources using
  rpcgen
 
+[Gustavo: update after dropping non-IPv6 support]
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
  Makefile.am           |  22 +-
@@ -75,7 +76,7 @@ index f086255..a9db71b 100644
 @@ -8,7 +8,7 @@
  noinst_HEADERS = rpc_com.h
  
- AM_CPPFLAGS = -I$(top_srcdir)/tirpc -DPORTMAP \
+ AM_CPPFLAGS = -I$(top_srcdir)/tirpc -DPORTMAP -DINET6 \
 -		-D_GNU_SOURCE -Wall -pipe  
 +		-D_GNU_SOURCE -Wall -pipe -I$(top_builddir)/tirpc
  
-- 
2.0.5

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

* [Buildroot] [PATCH] libtirpc: fix build failure after non-IPv6 disabled
  2015-04-23  4:44 [Buildroot] [PATCH] libtirpc: fix build failure after non-IPv6 disabled Gustavo Zacarias
@ 2015-04-23  7:47 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-04-23  7:47 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Thu, 23 Apr 2015 01:44:18 -0300, Gustavo Zacarias wrote:
> Adjust patch 0005 to account for the removed optional IPv6 support
> patch, since otherwise it won't apply. Fixes:
> http://autobuild.buildroot.net/results/0ad/0ad8c9e331190f72280c3a1e3cd8d42728f818de/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  .../0005-Automatically-generate-XDR-header-files-from-.x-sour.patch    | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-04-23  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-23  4:44 [Buildroot] [PATCH] libtirpc: fix build failure after non-IPv6 disabled Gustavo Zacarias
2015-04-23  7:47 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.