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

r4117 - glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386



Author: sthibault
Date: 2010-01-30 21:55:21 +0000 (Sat, 30 Jan 2010)
New Revision: 4117

Added:
   glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/local-pthread.diff
Log:
add and fix missing local-pthread.diff patch

Copied: glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/local-pthread.diff (from rev 4116, glibc-package/trunk/debian/patches/hurd-i386/local-pthread.diff)
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/local-pthread.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/local-pthread.diff	2010-01-30 21:55:21 UTC (rev 4117)
@@ -0,0 +1,28 @@
+Add LIBPTHREAD_SO macro to gnu/lib-names.h and disable nscd build
+---
+ nscd/Makefile         |    2 +-
+ scripts/lib-names.awk |    2 ++
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+--- a/scripts/lib-names.awk
++++ b/scripts/lib-names.awk
+@@ -61,6 +61,8 @@ END {
+     cmd = "LC_ALL=C sort"; print lines["DEFAULT"] | cmd; close(cmd);
+   }
+ 
++  print "#define LIBPTHREAD_SO \"libpthread.so.0.3\""
++
+   print "";
+   print "#endif	/* gnu/lib-names.h */"
+ }
+--- a/nscd/Makefile
++++ b/nscd/Makefile
+@@ -36,7 +36,7 @@ nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \
+ # 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-$(OPTION_EGLIBC_INET) += nscd


Reply to: