This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eccc83
)
Add two "ld" variables missing from configure.com.
author
Craig A. Berry
<craigberry@mac.com>
Sat, 10 Aug 2013 13:07:18 +0000
(08:07 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Sat, 10 Aug 2013 13:15:13 +0000
(08:15 -0500)
This should close [perl #119197].
configure.com
patch
|
blob
|
blame
|
history
diff --git
a/configure.com
b/configure.com
index
aeac4f1
..
9be7280
100644
(file)
--- 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'"