[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:
parent
2c1ff4e720
commit
c59d339db1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user