ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/perl-file-rsyncp/patches/001-no-subdirs.patch b/external/subpack/lang/perl-file-rsyncp/patches/001-no-subdirs.patch
new file mode 100644
index 0000000..746029a
--- /dev/null
+++ b/external/subpack/lang/perl-file-rsyncp/patches/001-no-subdirs.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -8,7 +8,7 @@ WriteMakefile(
+ Getopt::Long => 2.24, # need OO interface
+ },
+ 'PMLIBDIRS' => ['lib'],
+- 'DIR' => ['Digest', 'FileList'],
++ 'DIR' => [],
+ ($] >= 5.005 ? ## Add these new keywords supported since 5.005
+ (ABSTRACT_FROM => 'lib/File/RsyncP.pm', # retrieve abstract from module
+ AUTHOR => 'Craig Barratt <cbarratt@users.sourceforge.net>')