wok diff glibc/stuff/glibc-2.14-reinstall-nis-rpc-headers.patch @ rev 19082

Tiny edits: use Freedesktop standard icons for terminal and text editor...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 16:03:09 2016 +0300 (2016-04-29)
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	Fri Apr 29 16:03:09 2016 +0300
     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 +