This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add two "ld" variables missing from configure.com.
authorCraig A. Berry <craigberry@mac.com>
Sat, 10 Aug 2013 13:07:18 +0000 (08:07 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 10 Aug 2013 13:15:13 +0000 (08:15 -0500)
This should close [perl #119197].

configure.com

index aeac4f1..9be7280 100644 (file)
@@ -6491,9 +6491,11 @@ $! The xs_extensions symbol may be quite long
 $!
 $ WC/symbol "known_extensions='", xs_extensions, " ", nonxs_ext, " ", nonxs_ext2, "'"
 $ WC "ld='" + ld + "'"
+$ WC "ld_can_script='undef'"
 $ WC "lddlflags='/Share'"
 $ WC "ldflags='" + ldflags + "'"
 $ WC "ldflags_uselargefiles='" + "'"
+$ WC "ldlibpthname='" + "'"
 $ WC "lib_ext='" + lib_ext + "'"
 $ WC "libc='" + libc + "'"
 $ WC "libpth='/sys$share /sys$library'"