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 35)
+++ 3pp/app/perl/5.36.0/Makefile	(revision 36)
@@ -113,6 +113,10 @@
 	   ./cpan-install DBI                        2>/dev/null ; \
 	   ./cpan-install URI                        2>/dev/null ; \
 	   ./cpan-install XML::Parser                2>/dev/null ; \
+	   ./cpan-install XML::SAX                   2>/dev/null ; \
+	   ./cpan-install XML::SAX::Expat            2>/dev/null ; \
+	   ./cpan-install Alien::Base::Wrapper       2>/dev/null ; \
+	   ./cpan-install Alien::Libxml2             2>/dev/null ; \
 	 )
 	@echo -e "\n======= Setup PERL build-system variable =======\n"
 	@mkdir -p $(BUILDSYSTEM)/sbin && \