diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-04-28 18:45:14 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2009-04-28 18:45:14 +0000 |
commit | 82659dbbfb39c5a72c76115ed94bf40df9dce4e4 (patch) | |
tree | 7becf1abed66b8140265623c1809fe7fcbadc529 /debian | |
parent | 368997448307133359841b3febc74b1761e5128e (diff) |
* debian/patches/libpthread_rwlock_initializer.patch: Disable patch for now:
our initializer does not work when the application does not link against
libpthread.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches/series | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e086e349..e355568e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,9 @@ hurd (20080921-1) UNRELEASED; urgency=low libpthread. * debian/patches/libpthread_setcancel.patch: New patch to fix configuration of octave3.0. + * debian/patches/libpthread_rwlock_initializer.patch: Disable patch for now: + our initializer does not work when the application does not link against + libpthread. -- Michael Banck <mbanck@debian.org> Sat, 13 Sep 2008 23:43:27 +0200 diff --git a/debian/patches/series b/debian/patches/series index d8c00182..d79b26c6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,7 +6,7 @@ init_try_runsystem.gnu.patch -p0 install-msgids.diff -p2 libpager_update_seqno.patch -p0 libpthread_mutex_owner.patch -p0 -libpthread_rwlock_initializer.patch -p0 +#libpthread_rwlock_initializer.patch -p0 libpthread_stubs.patch -p0 libpthread_tls.patch -p0 makedev.diff -p0 |