Author: sthibault
Date: 2010-06-17 13:01:32 +0000 (Thu, 17 Jun 2010)
New Revision: 4355

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/local-pthread_posix-option.diff
Log:
  * patches/hurd-i386/local-pthread_posix-option.diff: Avoid letting glibc try
    to install its own headers for libpthread.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2010-06-15 09:23:29 UTC (rev 
4354)
+++ glibc-package/trunk/debian/changelog        2010-06-17 13:01:32 UTC (rev 
4355)
@@ -10,6 +10,10 @@
   * Add patches/any/cvs-flush-cache-textrels.diff to fix random crashes
     on ARM, if the executable or shared library has TEXTREL.
 
+  [ Samuel Thibault ]
+  * patches/hurd-i386/local-pthread_posix-option.diff: Avoid letting glibc try
+    to install its own headers for libpthread.
+
  -- Aurelien Jarno <aure...@debian.org>  Tue, 15 Jun 2010 11:21:54 +0200
 
 eglibc (2.11.2-1) unstable; urgency=low

Modified: 
glibc-package/trunk/debian/patches/hurd-i386/local-pthread_posix-option.diff
===================================================================
--- 
glibc-package/trunk/debian/patches/hurd-i386/local-pthread_posix-option.diff    
    2010-06-15 09:23:29 UTC (rev 4354)
+++ 
glibc-package/trunk/debian/patches/hurd-i386/local-pthread_posix-option.diff    
    2010-06-17 13:01:32 UTC (rev 4355)
@@ -1,8 +1,10 @@
 Even if glibc doesn't have an integrated pthread library, it depends on the 
hurd
 packages which have a pthread library.
 
+Avoid letting glibc try to install its own headers for libpthread.
+
 ---
- sysdeps/mach/hurd/Makeconfig       |   10 ++++++++
+ sysdeps/mach/hurd/Makeconfig       |   14 +++++++++++
  sysdeps/mach/hurd/bits/posix_opt.h |   40 +++++++++++++++++++++++-----------
  sysdeps/mach/hurd/gai_misc.h       |   43 
+++++++++++++++++++++++++++++++++++++
  3 files changed, 80 insertions(+), 13 deletions(-)
@@ -89,7 +91,7 @@
  #define       _POSIX_MESSAGE_PASSING  0
 --- a/sysdeps/mach/hurd/Makeconfig
 +++ b/sysdeps/mach/hurd/Makeconfig
-@@ -2,3 +2,13 @@
+@@ -2,3 +2,17 @@
  # See Makefile in this directory for the rule that builds this.
  # We must define this variable earlier than sysdeps Makefiles are included.
  static-start-installed-name = crt0.o
@@ -103,6 +105,10 @@
 +      true
 +$(static-thread-library):
 +      true
++$(inst_includedir)/pthread.h:
++      true
++
+++force =
 --- /dev/null
 +++ b/sysdeps/mach/hurd/gai_misc.h
 @@ -0,0 +1,43 @@


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1opeix-0001c4...@alioth.debian.org

Reply via email to