diff options
author | Samuel Thibault <sthibault@debian.org> | 2008-07-12 00:15:08 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2008-07-12 00:15:08 +0000 |
commit | 6b7a4974cf7333566183d9f0929b7f54e4c65f7c (patch) | |
tree | ce51b2e9a47aff8b60cdcbf510e7332c00a2198c | |
parent | 610470dd97620ab7e9154a61a310785374e58b69 (diff) |
* debian/patches/libpthread_pthreadtypes_h.patch: fix patch into really
installing <pthread/pthreadtypes.h>.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/patches/libpthread_pthreadtypes_h.patch | 15 |
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 \ |