This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cwd.pm needs to be installed in lib before SDBM_File recurses. Mark the dependency
authorTony Cook <tony@openbsd32.tony.develop-help.com>
Wed, 21 Jul 2010 23:48:18 +0000 (09:48 +1000)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 13:11:44 +0000 (15:11 +0200)
make_ext.pl fills PERL5LIB with relative directories to the modules
needed, but this fails for SDBM_File when it recurses into
ext/SDBM_File/sdbm directory.  Revealed in parallel builds on OpenBSD.

Makefile.SH

index c3f7edf..477ca25 100644 (file)
@@ -198,6 +198,8 @@ $this_target: lib/auto/List/Util/Util.$dlext" ;;
 $this_target: uni.data" ;;
        Text/ParseWords) extra_dep="$extra_dep
 $this_target: lib/auto/Scalar/Util.$dlext" ;;
+       SDBM_File) extra_dep="$extra_dep
+$this_target: lib/auto/Cwd/Cwd.$dlext" ;;
     esac
 done