components/perl_modules/xml-sax/Makefile
changeset 5577 09a6352d52ad
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
--- a/components/perl_modules/xml-sax/Makefile	Thu Mar 10 11:56:21 2016 -0800
+++ b/components/perl_modules/xml-sax/Makefile	Thu Mar 10 12:36:54 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -52,8 +52,9 @@
 
 # Transform to remove machine-specific lines in test results
 COMPONENT_TEST_TRANSFORMS += \
-        '-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \
-        '-e "/\(parsed\).*/d" '
+	'-e "/^PERL_DL_NONLAZY/d" ' \
+	'-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \
+	'-e "/\(parsed\).*/d" '
 
 build:		$(BUILD_32_and_64)
 
@@ -63,3 +64,7 @@
 
 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
 
+
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += runtime/perl-520
+REQUIRED_PACKAGES += runtime/perl-522