summaryrefslogtreecommitdiffstats
path: root/package/libtirpc
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-23 01:44:18 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-23 09:44:08 +0200
commit723151f93c57bbd08b9f86a6ce7b14b6f79894e0 (patch)
treeca025e135d542c083d6c30fc72e2f656901f3650 /package/libtirpc
parentdc9cbe5e037ac9dcd7530584f17400e3f1809a5f (diff)
downloadbuildroot-723151f93c57bbd08b9f86a6ce7b14b6f79894e0.tar.gz
buildroot-723151f93c57bbd08b9f86a6ce7b14b6f79894e0.zip
libtirpc: fix build failure after non-IPv6 disabled
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libtirpc')
-rw-r--r--package/libtirpc/0005-Automatically-generate-XDR-header-files-from-.x-sour.patch3
1 files changed, 2 insertions, 1 deletions
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 3c1c82d0c7..023abd1114 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
OpenPOWER on IntegriCloud