From: Craig A. Berry Date: Sat, 10 Aug 2013 13:07:18 +0000 (-0500) Subject: Add two "ld" variables missing from configure.com. X-Git-Tag: v5.19.3~209 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/8e15b5447d0cc1a5b3b30bff36c58e5d33963562?ds=inline Add two "ld" variables missing from configure.com. This should close [perl #119197]. --- diff --git a/configure.com b/configure.com index aeac4f1..9be7280 100644 --- a/configure.com +++ b/configure.com @@ -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'"