Browse Source

disable for musl

Waldemar Brodkorb 11 years ago
parent
commit
1b19f691fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gdbserver/Makefile

+ 1 - 0
package/gdbserver/Makefile

@@ -10,6 +10,7 @@ PKG_SECTION:=		debug
 PKG_DEPENDS:=		libthread-db
 
 PKG_ARCH_DEPENDS:=	!avr32 !m68k
+PKG_LIBC_DEPENDS:=	uclibc eglibc glibc
 PKG_SUBPKGS:=		GDBSERVER
 
 WRKSRC=                 ${WRKDIST}/gdb/gdbserver