Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=b71158e85a3601e7588fa27a6562ff74f5bca8fd

commit b71158e85a3601e7588fa27a6562ff74f5bca8fd
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sat Aug 20 12:01:12 2011 +0200

glibc-2.14-2-x86_64
*install missing header (YPERR_KEY undefined).

diff --git a/source/base/glibc/FrugalBuild b/source/base/glibc/FrugalBuild
index df1172f..cca34bb 100644
--- a/source/base/glibc/FrugalBuild
+++ b/source/base/glibc/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=glibc
pkgver=2.14
-pkgrel=1
+pkgrel=2
pkgdesc="GNU C Library"
url="http://www.gnu.org/software/libc/libc.html";
depends=()
@@ -19,12 +19,14 @@ 
source=(http://ftp.gnu.org/pub/gnu/glibc/glibc-$pkgver.tar.gz \
http://ftp.frugalware.org/pub/other/people/elentir/glibc-ports/glibc-ports-2.13.tar.bz2
 \
fix-missing-etc-hosts.patch \
gcc45.patch \
-       revert-8f4a5048eea6536ee85c0f2670adbb97d71e427d.patch)
+       revert-8f4a5048eea6536ee85c0f2670adbb97d71e427d.patch \
+       nis.diff)
sha1sums=('74a57dd5bd2494a190da7ded31477980aefa5093' \
'01550b9e174e615fdd1071fc8b54183dfcd73d97' \
'be4a7bea8af743331e2c6704faa24b6cb4e155d5' \
'2283966c4f48bbc9b6ad0ae3bbd64601c057c721' \
-          'c8d14d0f2e239ba0def978010163e919a45700f7')
+          'c8d14d0f2e239ba0def978010163e919a45700f7' \
+          '9c4544aee1063f65da39273349f0780d5723747d')

build()
{
diff --git a/source/base/glibc/nis.diff b/source/base/glibc/nis.diff
new file mode 100644
index 0000000..f8fa058
--- /dev/null
+++ b/source/base/glibc/nis.diff
@@ -0,0 +1,29 @@
+From bdd816a366c4e5bba5de7157d948e0c0737fb4fb Mon Sep 17 00:00:00 2001
+From: Andreas Schwab <sch...@redhat.com>
+Date: Tue, 17 May 2011 17:42:30 +0200
+Subject: [PATCH] Reinstall NIS RPC headers
+
+---
+ nis/Makefile |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/nis/Makefile b/nis/Makefile
+index b5c9609..d2934d9 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.5.4
+
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to