From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/jack/fix-execinfo.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 repo/jack/fix-execinfo.patch (limited to 'repo/jack/fix-execinfo.patch') diff --git a/repo/jack/fix-execinfo.patch b/repo/jack/fix-execinfo.patch new file mode 100644 index 0000000..24218ae --- /dev/null +++ b/repo/jack/fix-execinfo.patch @@ -0,0 +1,24 @@ +--- jack-1.9.10.orig/dbus/sigsegv.c ++++ jack-1.9.10/dbus/sigsegv.c +@@ -11,6 +11,8 @@ + * Copyright (C) 2005 - 2008 Jaco Kroon + */ + ++#ifdef __GLIBC__ ++ + #if defined(HAVE_CONFIG_H) + #include "config.h" + #endif +@@ -209,4 +211,12 @@ + static void __attribute((constructor)) init(void) { + setup_sigsegv(); + } ++#endif ++ ++#else ++ ++int setup_sigsegv() { ++ return 1; ++} ++ + #endif -- cgit v1.2.1