[package] gdb: gdbserver package dependency fix (#11179)
authorFlorian Fainelli <florian@openwrt.org>
Wed, 19 Sep 2012 15:13:50 +0000 (15:13 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 19 Sep 2012 15:13:50 +0000 (15:13 +0000)
commitac786193ee01741332f1778d5df8745cb07420b4
treec5904af4d2103c6309b6b21b89754ee4d0994d62
parentb60d9f9e69b208bb3c231955bb018ede95d9175d
[package] gdb: gdbserver package dependency fix (#11179)

In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1

In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.

Signed-off-by: xxiao <xxiao@fosiao.com>
Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr>
SVN-Revision: 33479
package/gdb/Makefile