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 --- 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