Document patch for ARM

epel8
Guido Aulisi 5 years ago
parent cecf5d1034
commit 173357b8bd

@ -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)

@ -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

Loading…
Cancel
Save