You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.5 KiB
45 lines
1.5 KiB
13 years ago
|
# --- 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 <schwab@redhat.com>
|
||
|
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
|
||
|
|