diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:39:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:39:59 +0000 |
commit | a2abc43104eb27e50d1560979924f7ab4023346d (patch) | |
tree | 21a5219a1abd24303e39138505b1bc540e3dbc37 /package/devel/gdb/Makefile | |
parent | 2935823a42634ddf9e78655436f5635125965283 (diff) | |
download | upstream-a2abc43104eb27e50d1560979924f7ab4023346d.tar.gz upstream-a2abc43104eb27e50d1560979924f7ab4023346d.tar.bz2 upstream-a2abc43104eb27e50d1560979924f7ab4023346d.zip |
gdb: do not depend on libthread-db when using musl libc
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35809
Diffstat (limited to 'package/devel/gdb/Makefile')
-rw-r--r-- | package/devel/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index da5dd3fabc..7663188914 100644 --- a/package/devel/gdb/Makefile +++ b/package/devel/gdb/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/gdb/Default SECTION:=devel CATEGORY:=Development - DEPENDS:=@!(avr32||cris) +libthread-db +PACKAGE_zlib:zlib + DEPENDS:=@!(avr32||cris) +!USE_MUSL:libthread-db +PACKAGE_zlib:zlib URL:=http://www.gnu.org/software/gdb/ endef |