Explorar o código

fix package version, when eglibc choosen

Waldemar Brodkorb %!s(int64=15) %!d(string=hai) anos
pai
achega
71d17146ab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      package/libthread_db/Makefile

+ 4 - 0
package/libthread_db/Makefile

@@ -6,8 +6,12 @@ include ${TOPDIR}/rules.mk
 ifeq ($(ADK_TARGET_LIB_GLIBC),y)
 include ${TOPDIR}/toolchain/glibc/Makefile.inc
 else
+ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
+include ${TOPDIR}/toolchain/eglibc/Makefile.inc
+else
 include ${TOPDIR}/toolchain/uClibc/Makefile.inc
 endif
+endif
 
 PKG_NAME:=		libthread-db
 PKG_DESCR:=		POSIX threads library for gdb/gdbserver