global: change all instances of USE_EGLIBC to USE_GLIBC

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@44702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2015-03-12 19:51:51 +00:00
parent 8ab34ec123
commit 1784ba3f68
5 changed files with 5 additions and 5 deletions

View 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

View File

@ -22,7 +22,7 @@ define Package/electric-fence
CATEGORY:=Development
TITLE:=electric-fence
URL:=http://perens.com/FreeSoftware/ElectricFence/
DEPENDS:=@USE_EGLIBC
DEPENDS:=@USE_GLIBC
MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
endef