]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
opcodes: link against libbfd.la for rpath deps users/gentoo/2.28
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Jul 2016 14:39:00 +0000 (20:24 +0545)
committerMike Frysinger <vapier@gentoo.org>
Fri, 3 Mar 2017 18:03:25 +0000 (11:03 -0700)
commit561d984aa3a3b99bbd9c6ddf6ba08dadd107d62c
treee019b4acb329cf7b362293b9c5acd4a163942c92
parentbb4bd6b89365800a7b403ce505401d0c02ad02f8
opcodes: link against libbfd.la for rpath deps

The reason opcodes doesn't link against libbfd.la is to workaround a
libtool bug where it uses installed -L paths ahead of DESTDIR paths.
The downside is that the library itself lacks rpath tags to find the
right version of libbfd.so.

Since Gentoo has patched the libtool bug for a while, we don't need
the workaround.  Use the .la file so we get the rpath tags.

URL: https://bugs.gentoo.org/563934
opcodes/configure
opcodes/configure.ac