[SCM] jackd2 packaging branch, master, updated. debian/1.9.5.dfsg-17-12-gb6dcecd

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Aug 1 19:39:11 UTC 2010


The following commit has been merged in the master branch:
commit b43577a16eaacaf9cfc72461cc9bffe306d4e522
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Aug 1 19:59:42 2010 +0200

    Provide FTBFS fix for hurd. (SA_SIGINFO undefined)

diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
new file mode 100644
index 0000000..8eb3625
--- /dev/null
+++ b/debian/patches/hurd.patch
@@ -0,0 +1,16 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Description: Fix FTBFS on hurd
+ As of 2010-08-01, SA_SIGINFO isn't defined on hurd, so check before 
+ setting it.
+--- a/dbus/sigsegv.c
++++ b/dbus/sigsegv.c
+@@ -171,7 +171,9 @@
+ 
+     memset(&action, 0, sizeof(action));
+     action.sa_sigaction = signal_segv;
++#ifdef SA_SIGINFO
+     action.sa_flags = SA_SIGINFO;
++#endif
+     if(sigaction(SIGSEGV, &action, NULL) < 0) {
+         jack_error("sigaction failed. errno is %d (%s)", errno, strerror(errno));
+         return 0;
diff --git a/debian/patches/series b/debian/patches/series
index cfc288b..bab44af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ hppa-parallel.patch
 0001_jackrec-rename.patch
 1001_connect.patch
 sparc-kfreebsd.patch
+hurd.patch

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list