diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-09 17:53:32 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-09 17:53:32 +0000 |
commit | 8c61abe3f578e0a02b066b0143fab052a8515238 (patch) | |
tree | 5909e296959dfdde66261b1468bcf3feeef0c795 /main/jack/fix-execinfo.patch | |
parent | efb2acc72acf494dc1687698bae3cd5e66886007 (diff) | |
download | aports-8c61abe3f578e0a02b066b0143fab052a8515238.tar.bz2 aports-8c61abe3f578e0a02b066b0143fab052a8515238.tar.xz |
main/jack: fix musl build
Diffstat (limited to 'main/jack/fix-execinfo.patch')
-rw-r--r-- | main/jack/fix-execinfo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/jack/fix-execinfo.patch b/main/jack/fix-execinfo.patch new file mode 100644 index 0000000000..170c432774 --- /dev/null +++ b/main/jack/fix-execinfo.patch @@ -0,0 +1,12 @@ +--- 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); |