From 8cc674379eab9ca19c33202a16b5bdd025680759 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 29 Feb 2008 09:51:46 +0000 Subject: * debian/patches/mmx.patch: New patch to align the stack of created threads. --- debian/changelog | 4 ++++ debian/patches/mmx.patch | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 debian/patches/mmx.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3f4d5254..93fbe98b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,10 @@ hurd (20071119-2) UNRELEASED; urgency=low * debian/control: Line-wrap Build-Depends and Uploaders fields. * debian/control: Now using Standards-Version 3.7.3 (no changes needed). + [ Samuel Thibault] + * debian/patches/mmx.patch: New patch to align the stack of created + threads. + -- Michael Banck Tue, 08 Jan 2008 15:54:52 +0100 hurd (20071119-1) unstable; urgency=low diff --git a/debian/patches/mmx.patch b/debian/patches/mmx.patch new file mode 100644 index 00000000..3643209e --- /dev/null +++ b/debian/patches/mmx.patch @@ -0,0 +1,46 @@ +2008-02-29 Samuel Thibault