Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

39 Commits   2 Branches   2 Tags
Index: 3pp/app/perl/5.36.0/Makefile
===================================================================
--- 3pp/app/perl/5.36.0/Makefile	(revision 18)
+++ 3pp/app/perl/5.36.0/Makefile	(revision 19)
@@ -112,6 +112,7 @@
 	   ./cpan-install Devel::CheckLib            2>/dev/null ; \
 	   ./cpan-install DBI                        2>/dev/null ; \
 	   ./cpan-install URI                        2>/dev/null ; \
+	   ./cpan-install XML::Parser                2>/dev/null ; \
 	 )
 	@echo -e "\n======= Setup PERL build-system variable =======\n"
 	@mkdir -p $(BUILDSYSTEM)/sbin && \