global: change all instances of USE_EGLIBC to USE_GLIBC
[openwrt/svn-archive/packages.git] / devel / dmalloc / Makefile
index 9e3e66421e1a014694c3fa831e773f926c6f0d85..9e18c0a0a01a071ee7c642fc3e0738f5ef8a1241 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