summaryrefslogtreecommitdiff
path: root/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-07 12:54:17 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-07 12:54:17 +0200
commit5a01792340999d37435f5000a3f6b8e0f2d11815 (patch)
tree4bcca1f73cc4ab721b3c31ea81585917f909ebc7 /dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch
parent86c8d1f28bd2b785ccbb28f41c4e0763d062ba2f (diff)
Added the full elimination of sabayon-version
Diffstat (limited to 'dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch')
-rw-r--r--dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch b/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch
new file mode 100644
index 00000000..715b3299
--- /dev/null
+++ b/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/core_unwind.c b/lib/core_unwind.c
+index d0c7aec..7910254 100644
+--- a/lib/core_unwind.c
++++ b/lib/core_unwind.c
+@@ -206,7 +206,7 @@ open_coredump(const char *elf_file, const char *exe_file, char **error_msg)
+ ch->cb.section_address = dwfl_offline_section_address;
+ ch->dwfl = dwfl_begin(&ch->cb);
+
+- if (dwfl_core_file_report(ch->dwfl, ch->eh) == -1)
++ if (dwfl_core_file_report(ch->dwfl, ch->eh, exe_file) == -1)
+ {
+ set_error_dwfl("dwfl_core_file_report");
+ goto fail_dwfl;