[SCM] lash/master-experimental: Update patch to prevent FTBFS on sh4, too (Closes: #620315).
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Apr 1 06:26:30 UTC 2011
The following commit has been merged in the master-experimental branch:
commit 523255cb712a21db01a9fef818084567f75e85dd
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Apr 1 08:25:43 2011 +0200
Update patch to prevent FTBFS on sh4, too (Closes: #620315).
diff --git a/debian/patches/04_disable_stacktrace.patch b/debian/patches/04_disable_stacktrace.patch
index dd37669..a086258 100644
--- a/debian/patches/04_disable_stacktrace.patch
+++ b/debian/patches/04_disable_stacktrace.patch
@@ -1,7 +1,8 @@
Description: Don't print the stacktrace on segfaults.
- Fixes FTBFS on armel,powerpc,ia64,alpha.
+ Fixes FTBFS on armel,powerpc,ia64,alpha,sh4.
Origin: Ubuntu, https://launchpad.net/bugs/647091
Bug-Ubuntu: https://launchpad.net/bugs/647091
+Bug-Debian: http://bugs.debian.org/620315
---
lashd/sigsegv.c | 5 +++++
1 file changed, 5 insertions(+)
@@ -13,7 +14,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/647091
lash_error("info.si_code = %d (%s)", info->si_code, si_codes[info->si_code]);
lash_error("info.si_addr = %p", info->si_addr);
+
-+#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__)
++#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__)
+ lash_error("No stack trace");
+#else
for(i = 0; i < NGREG; i++)
--
lash packaging
More information about the pkg-multimedia-commits
mailing list