wok-6.x diff glibc/stuff/glibc-2.14-reinstall-nis-rpc-headers.patch @ rev 21146
updated git (2.17.1 -> 2.21.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 28 16:06:18 2019 +0100 (2019-03-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/glibc/stuff/glibc-2.14-reinstall-nis-rpc-headers.patch Thu Mar 28 16:06:18 2019 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +From bdd816a366c4e5bba5de7157d948e0c0737fb4fb Mon Sep 17 00:00:00 2001 1.5 +From: Andreas Schwab <schwab@redhat.com> 1.6 +Date: Tue, 17 May 2011 17:42:30 +0200 1.7 +Subject: [PATCH] Reinstall NIS RPC headers 1.8 + 1.9 +--- 1.10 + nis/Makefile | 4 ++-- 1.11 + 1 files changed, 2 insertions(+), 2 deletions(-) 1.12 + 1.13 +diff --git a/nis/Makefile b/nis/Makefile 1.14 +index b5c9609..d2934d9 100644 1.15 +--- a/nis/Makefile 1.16 ++++ b/nis/Makefile 1.17 +@@ -23,9 +23,9 @@ subdir := nis 1.18 + 1.19 + aux := nis_hash 1.20 + 1.21 ++headers := $(wildcard rpcsvc/*.[hx]) 1.22 + distribute := nss-nis.h nss-nisplus.h nis_intern.h Banner \ 1.23 +- nisplus-parser.h nis_xdr.h nss \ 1.24 +- $(wildcard rpcsvc/*.[hx]) 1.25 ++ nisplus-parser.h nis_xdr.h nss 1.26 + 1.27 + # These are the databases available for the nis (and perhaps later nisplus) 1.28 + # service. This must be a superset of the services in nss. 1.29 +-- 1.30 +1.7.5.4 1.31 +