diff --git a/jack-audio-connection-kit-arm.patch b/jack-audio-connection-kit-arm.patch index aee1e5d..7046771 100644 --- a/jack-audio-connection-kit-arm.patch +++ b/jack-audio-connection-kit-arm.patch @@ -7,7 +7,7 @@ index de316429..0f135ec0 100644 ucontext_t *ucontext = (ucontext_t*)ptr; -#if defined(HAVE_UCONTEXT) && defined(HAVE_NGREG) -+#if ( defined(HAVE_UCONTEXT) && defined(HAVE_NGREG) ) || defined(HAVE_EXECINFO_H ) ++#if ( defined(HAVE_UCONTEXT) && defined(HAVE_NGREG) ) || defined(HAVE_EXECINFO_H) size_t i; #endif #if defined(SIGSEGV_STACK_X86) || defined(SIGSEGV_STACK_IA64) diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index ef286ff..3645f35 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -27,7 +27,7 @@ Patch1: jack-realtime-compat.patch Patch2: %{name}-python-shebang.patch # Catch exception by reference, patch sent upstream https://github.com/jackaudio/jack2/pull/511 Patch3: %{name}-catchbyreference.patch -# Fix compilation on arm +# Fix compilation on arm, patch sent upstream https://github.com/jackaudio/jack2/pull/512 Patch4: %{name}-arm.patch BuildRequires: alsa-lib-devel