From 8e15b5447d0cc1a5b3b30bff36c58e5d33963562 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sat, 10 Aug 2013 08:07:18 -0500 Subject: [PATCH] Add two "ld" variables missing from configure.com. This should close [perl #119197]. --- configure.com | 2 ++ 1 file changed, 2 insertions(+) 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'" -- 1.8.3.1