summaryrefslogtreecommitdiff
path: root/experimental/libabigail/musl-basename.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-07-19 18:51:23 -0400
committerMax Rees <maxcrees@me.com>2019-08-07 18:07:55 -0500
commitab08069ad4a384e9bb5703a81e1399cb90041c67 (patch)
tree93ce2ff96d87fdfdcc10fe76ccd6b6335e406c81 /experimental/libabigail/musl-basename.patch
parent420a64fe15922629a54e7d38cdedbf1fc86ee8ff (diff)
downloadpackages-ab08069ad4a384e9bb5703a81e1399cb90041c67.tar.gz
packages-ab08069ad4a384e9bb5703a81e1399cb90041c67.tar.bz2
packages-ab08069ad4a384e9bb5703a81e1399cb90041c67.tar.xz
packages-ab08069ad4a384e9bb5703a81e1399cb90041c67.zip
experimental/libabigail: new package
Problems: * Test suite relies on non-reproducible binaries. Lots of tests fail presumably because it expects a glibc-based system. * Can't seem to get the tools to actually work on musl-produced binaries. No significant output is generated.
Diffstat (limited to 'experimental/libabigail/musl-basename.patch')
-rw-r--r--experimental/libabigail/musl-basename.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/experimental/libabigail/musl-basename.patch b/experimental/libabigail/musl-basename.patch
new file mode 100644
index 000000000..5e5088085
--- /dev/null
+++ b/experimental/libabigail/musl-basename.patch
@@ -0,0 +1,10 @@
+--- libabigail-1.6/tools/abisym.cc 2019-03-27 05:31:13.000000000 -0400
++++ libabigail-1.6/tools/abisym.cc 2019-07-18 07:19:28.999752604 -0400
+@@ -26,6 +26,7 @@
+ /// in its symbol tables and report what it sees.
+
+ #include <elf.h>
++#include <libgen.h>
+ #include <cstring>
+ #include <iostream>
+ #include <sstream>