]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
opcodes: link against libbfd.la for rpath deps users/gentoo/2.27
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Jul 2016 14:39:00 +0000 (20:24 +0545)
committerMike Frysinger <vapier@gentoo.org>
Sat, 12 Nov 2016 07:33:37 +0000 (02:33 -0500)
commit433808260786208f7691df0c313831549be5046f
tree5f175f1492cc1af97379f840ff84fe98e9d33b5f
parent7bf04c64fd51d82d1e860e4da1fbbd5ea6e23db8
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