[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4154 - in glibc-package/trunk/debian: . patches/hurd-i386



Author: sthibault
Date: 2010-02-07 18:38:10 +0000 (Sun, 07 Feb 2010)
New Revision: 4154

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/local-pthread.diff
Log:
  * patches/hurd-i386/local-pthread.diff: Refresh patch.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-02-07 17:43:38 UTC (rev 4153)
+++ glibc-package/trunk/debian/changelog	2010-02-07 18:38:10 UTC (rev 4154)
@@ -1,3 +1,10 @@
+eglibc (2.10.2-7) UNRELEASED; urgency=low
+
+  [ Samuel Thibault ]
+  * patches/hurd-i386/local-pthread.diff: Refresh patch.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 07 Feb 2010 16:54:24 +0100
+
 eglibc (2.10.2-6) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-pthread.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-pthread.diff	2010-02-07 17:43:38 UTC (rev 4153)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-pthread.diff	2010-02-07 18:38:10 UTC (rev 4154)
@@ -18,11 +18,11 @@
 --- a/nscd/Makefile
 +++ b/nscd/Makefile
 @@ -36,7 +36,7 @@ nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \
- 		dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \
- 		xmalloc xstrdup aicache initgrcache gai res_hconf
- 
+ # own copy of nis_hash.
+ nscd-modules += nis_hash
+ endif
 -ifeq ($(have-thread-library),yes)
 +ifeq ($(have-thread-library),yesreallyyes)
  
  ifneq (yesyes,$(have-fpie)$(build-shared))
- others += nscd
+ others-$(OPTION_EGLIBC_INET) += nscd


Reply to: