[packages] perl: use proper conditional dependency spec (#9721)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27655 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-07-17 17:28:01 +00:00
parent 2c1ff4e720
commit c59d339db1

View File

@ -33,7 +33,7 @@ define Package/perl/Default
CATEGORY:=Languages
TITLE:=The Perl intepreter
URL:=http://www.perl.com/
DEPENDS:=+(USE_EGLIBC||USE_GLIBC):libbsd
DEPENDS:=+USE_EGLIBC:libbsd +USE_GLIBC:libbsd
endef
define Package/microperl