[SCM] lash/master-experimental: debian/patches/04_disable_stacktrace.patch: Fix kfreebsd-* archs too.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 5 23:23:43 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 94d58a980e4f10290324e3046b1b5fa7c7237c73
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Oct 6 01:23:09 2010 +0200

    debian/patches/04_disable_stacktrace.patch: Fix kfreebsd-* archs too.

diff --git a/debian/patches/04_disable_stacktrace.patch b/debian/patches/04_disable_stacktrace.patch
index c5e80ac..dd37669 100644
--- a/debian/patches/04_disable_stacktrace.patch
+++ b/debian/patches/04_disable_stacktrace.patch
@@ -13,7 +13,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__)
++#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__)
 +    lash_error("No stack trace");
 +#else
      for(i = 0; i < NGREG; i++)

-- 
lash packaging



More information about the pkg-multimedia-commits mailing list