Currently the syntax:

DEPENDS:= +(USE_EGLIBC||USE_GLIBC):libbsd

isn't supported.

So use:

DEPENDS:= +USE_EGLIBC:libbsd +USE_GLIBC:libbsd

instead. (Redux after talking to Jo-Philipp)

Signed-off-by: Philip Prindeville <phil...@redfish-solutions.com>

Index: feeds/packages/lang/perl/Makefile
===================================================================
--- feeds/packages/lang/perl/Makefile   (revision 27625)
+++ feeds/packages/lang/perl/Makefile   (working copy)
@@ -33,7 +33,7 @@
   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
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to