mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
gdb: do not depend on libthread-db when using musl libc
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f68626b80d
commit
e7d8a74c49
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user