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)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 17 Dec 2017 09:08:13 +0000 (10:08 +0100)
commitb54c7931952874a814e48df75093e13ad955604f
tree6fb5bfeb7f61333c6b89af2ed9052b0bb721e991
parenta4e713bf34a154ccf5e32c98eefff1e8fd3062b6
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>
package/gdb/gdb.mk