summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/libpthread_pthreadtypes_h.patch15
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 52800ff8..b290e137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
hurd (20080607-3) UNRELEASED; urgency=low
- *
+ [Samuel Thibault]
+ * debian/patches/libpthread_pthreadtypes_h.patch: fix patch into really
+ installing <pthread/pthreadtypes.h>.
-- Michael Banck <mbanck@debian.org> Sat, 12 Jul 2008 01:55:20 +0200
diff --git a/debian/patches/libpthread_pthreadtypes_h.patch b/debian/patches/libpthread_pthreadtypes_h.patch
index 8ceca7f6..e1e92c78 100644
--- a/debian/patches/libpthread_pthreadtypes_h.patch
+++ b/debian/patches/libpthread_pthreadtypes_h.patch
@@ -537,3 +537,18 @@ diff -u -p -r1.1 thread-attr.h
/* This structure describes the attributes of a POSIX thread. Note
that not all of them are supported on all systems. */
struct __pthread_attr
+Index: libpthread/Makefile
+===================================================================
+RCS file: /cvsroot/hurd/hurd/libpthread/Makefile,v
+retrieving revision 1.9
+diff -u -p -r1.9 Makefile
+--- libpthread/Makefile 1 Jul 2008 11:43:14 -0000 1.9
++++ libpthread/Makefile 12 Jul 2008 00:11:58 -0000
+@@ -137,6 +137,7 @@ libname = libpthread
+ sysdeps_headers = \
+ pthread.h \
+ pthread/pthread.h \
++ pthread/pthreadtypes.h \
+ semaphore.h \
+ \
+ bits/pthread.h \