mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
13 lines
354 B
Diff
13 lines
354 B
Diff
--- jack-1.9.9.5.orig/dbus/sigsegv.c
|
|
+++ jack-1.9.9.5/dbus/sigsegv.c
|
|
@@ -27,7 +27,9 @@
|
|
#include <stdio.h>
|
|
#include <signal.h>
|
|
#include <dlfcn.h>
|
|
+#ifdef __GLIBC__
|
|
#include <execinfo.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
#ifndef NO_CPP_DEMANGLE
|
|
char * __cxa_demangle(const char * __mangled_name, char * __output_buffer, size_t * __length, int * __status);
|