diff options
author | Max Rees <maxcrees@me.com> | 2019-07-19 18:51:23 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-08-07 18:07:55 -0500 |
commit | ab08069ad4a384e9bb5703a81e1399cb90041c67 (patch) | |
tree | 93ce2ff96d87fdfdcc10fe76ccd6b6335e406c81 /experimental/libabigail/redhat-bs.patch | |
parent | 420a64fe15922629a54e7d38cdedbf1fc86ee8ff (diff) | |
download | packages-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/redhat-bs.patch')
-rw-r--r-- | experimental/libabigail/redhat-bs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/experimental/libabigail/redhat-bs.patch b/experimental/libabigail/redhat-bs.patch new file mode 100644 index 000000000..4124aaab0 --- /dev/null +++ b/experimental/libabigail/redhat-bs.patch @@ -0,0 +1,11 @@ +--- libabigail-1.6/build-aux/ltmain.sh 2015-04-24 08:08:19.000000000 -0400 ++++ libabigail-1.6/build-aux/ltmain.sh 2019-07-18 07:03:18.589759461 -0400 +@@ -6523,7 +6523,7 @@ func_mode_link () + old_convenience= + deplibs= + old_deplibs= +- compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld" ++ compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` |