2015-06-14 23:59:28 +02:00
|
|
|
From 9ab72f908af734b5a940fb459394072cfa9fc3a8 Mon Sep 17 00:00:00 2001
|
2012-11-04 08:34:10 +01:00
|
|
|
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
Date: Sat, 23 Jun 2012 21:57:39 +0200
|
2012-11-10 12:42:39 +01:00
|
|
|
Subject: [PATCH] Disable parts of TIRPC requiring NIS support
|
2012-11-04 08:34:10 +01:00
|
|
|
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
2015-06-14 23:59:28 +02:00
|
|
|
[yann.morin.1998@free.fr: update for 0.3.1]
|
|
|
|
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
2012-11-04 08:34:10 +01:00
|
|
|
---
|
2015-06-14 23:59:28 +02:00
|
|
|
src/Makefile.am | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2012-11-04 08:34:10 +01:00
|
|
|
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
2015-06-14 23:59:28 +02:00
|
|
|
index 75bd4bf..7428e92 100644
|
2012-11-04 08:34:10 +01:00
|
|
|
--- a/src/Makefile.am
|
|
|
|
+++ b/src/Makefile.am
|
2015-06-14 23:59:28 +02:00
|
|
|
@@ -52,7 +52,7 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c cln
|
2012-11-04 08:34:10 +01:00
|
|
|
rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
|
2014-06-30 13:56:08 +02:00
|
|
|
rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
|
2015-06-14 23:59:28 +02:00
|
|
|
svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
|
|
|
|
- auth_time.c debug.c
|
|
|
|
+ debug.c
|
2012-11-04 08:34:10 +01:00
|
|
|
|
|
|
|
## XDR
|
|
|
|
libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
|
|
|
|
--
|
2015-06-14 23:59:28 +02:00
|
|
|
1.9.1
|
2012-11-04 08:34:10 +01:00
|
|
|
|