]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gdb: prevent installation of libbfd.so and libopcode.so
authorPeter Seiderer <ps.report@gmx.net>
Fri, 8 Dec 2017 21:29:52 +0000 (22:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 27 Dec 2017 16:34:56 +0000 (17:34 +0100)
commit20dfaf1c6b8a43851660c608c97472768ea270f1
tree08022c125ba08ef9814a6fb2b362980e7574acf5
parent27515ea499ac41d4d45982ae4819a799ffdef5ed
gdb: prevent installation of libbfd.so and libopcode.so

The gdb install target installs dynamic versions of libbfd and
libopcode, accidentally overwriting the binutils provided versions
(gdb itself links against the bundled static ones to avoid
version problems, so the dynamic ones are un-needed).

Prevent the installation by using the '--disable-install-libbfd'
configure option.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit b54c7931952874a814e48df75093e13ad955604f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdb/gdb.mk