Contents of /trunk/glibc/patches/glibc-2.14-reinstall-nis-rpc-headers.patch
Parent Directory | Revision Log
Revision 1806 -
(show annotations)
(download)
Tue Jun 12 12:33:27 2012 UTC (12 years, 4 months ago) by niro
File size: 805 byte(s)
Tue Jun 12 12:33:27 2012 UTC (12 years, 4 months ago) by niro
File size: 805 byte(s)
-added patches for 2.15-r1
1 | From bdd816a366c4e5bba5de7157d948e0c0737fb4fb Mon Sep 17 00:00:00 2001 |
2 | From: Andreas Schwab <schwab@redhat.com> |
3 | Date: Tue, 17 May 2011 17:42:30 +0200 |
4 | Subject: [PATCH] Reinstall NIS RPC headers |
5 | |
6 | --- |
7 | nis/Makefile | 4 ++-- |
8 | 1 files changed, 2 insertions(+), 2 deletions(-) |
9 | |
10 | diff --git a/nis/Makefile b/nis/Makefile |
11 | index b5c9609..d2934d9 100644 |
12 | --- a/nis/Makefile |
13 | +++ b/nis/Makefile |
14 | @@ -23,9 +23,9 @@ subdir := nis |
15 | |
16 | aux := nis_hash |
17 | |
18 | +headers := $(wildcard rpcsvc/*.[hx]) |
19 | distribute := nss-nis.h nss-nisplus.h nis_intern.h Banner \ |
20 | - nisplus-parser.h nis_xdr.h nss \ |
21 | - $(wildcard rpcsvc/*.[hx]) |
22 | + nisplus-parser.h nis_xdr.h nss |
23 | |
24 | # These are the databases available for the nis (and perhaps later nisplus) |
25 | # service. This must be a superset of the services in nss. |
26 | -- |
27 | 1.7.5.4 |
28 |