binutils: cherry-pick a patch from master; this fixes build failure for akonadi; see https://sourceware.org/bugzilla/show_bug.cgi?id=19698

This commit is contained in:
Evgeny Egorochkin
2016-03-29 22:46:22 +03:00
parent 117183e27e
commit 5982591afc
2 changed files with 109 additions and 0 deletions
@@ -35,6 +35,9 @@ stdenv.mkDerivation rec {
# Bug fix backported from binutils master.
./fix-bsymbolic.patch
# Bug fix backported from binutils master.
./fix-update-symbol-version.patch
];
outputs = [ "out" "info" ];