[packages/*] remove special treatment when using glibc - support got dropped

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31505 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko
2012-04-28 22:24:20 +00:00
parent e10a545e30
commit 0a1deda126
5 changed files with 5 additions and 49 deletions

View File

@ -30,7 +30,7 @@ endef
define Package/libdmalloc
$(call Package/dmalloc/Default)
TITLE+= (library)
DEPENDS:=@USE_GLIBC||@USE_EGLIBC
DEPENDS:=@USE_EGLIBC
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_GLIBC||@USE_EGLIBC
DEPENDS:=@USE_EGLIBC
MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
endef