global: change all instances of USE_EGLIBC to USE_GLIBC
[packages.git] / devel / dmalloc / Makefile
index 9e3e664..9e18c0a 100644 (file)
@@ -30,7 +30,7 @@ endef
 define Package/libdmalloc
   $(call Package/dmalloc/Default)
   TITLE+= (library)
-  DEPENDS:=@USE_EGLIBC
+  DEPENDS:=@USE_GLIBC
 endef
 
 define Package/dmalloc-utils