From e15959debb1ba544ecf5e7834e16fe4b2939467b Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 13 Nov 2011 19:45:23 +0100 Subject: [PATCH] glibc: added patch to reinstall NIS RPC headers Note: See comment about reexporting the RPC interface! --- ...glibc-2.14-reinstall-nis-rpc-headers.patch | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 base/glibc/glibc-2.14-reinstall-nis-rpc-headers.patch diff --git a/base/glibc/glibc-2.14-reinstall-nis-rpc-headers.patch b/base/glibc/glibc-2.14-reinstall-nis-rpc-headers.patch new file mode 100644 index 000000000..736bf78fe --- /dev/null +++ b/base/glibc/glibc-2.14-reinstall-nis-rpc-headers.patch @@ -0,0 +1,44 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../glibc/glibc-2.14-reinstall-nis-rpc-headers.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +From cd85f89a1383fcdaca5ab3ead536047192527579 Mon Sep 17 00:00:00 2001 +From: Andreas Schwab +Date: Tue, 17 May 2011 17:42:30 +0200 +Subject: [PATCH 2/2] Reinstall NIS RPC headers + +--- + nis/Makefile | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/nis/Makefile b/nis/Makefile +index e7e5f0c..f63ada6 100644 +--- a/nis/Makefile ++++ b/nis/Makefile +@@ -23,9 +23,9 @@ subdir := nis + + aux := nis_hash + ++headers := $(wildcard rpcsvc/*.[hx]) + distribute := nss-nis.h nss-nisplus.h nis_intern.h Banner \ +- nisplus-parser.h nis_xdr.h nss \ +- $(wildcard rpcsvc/*.[hx]) ++ nisplus-parser.h nis_xdr.h nss + + # These are the databases available for the nis (and perhaps later nisplus) + # service. This must be a superset of the services in nss. +-- +1.7.2.3 +