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:
0994c4d
)
VMS patch from Peter Prymmer; use full_ar.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 24 Feb 2000 17:53:12 +0000
(17:53 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 24 Feb 2000 17:53:12 +0000
(17:53 +0000)
p4raw-id: //depot/cfgperl@5240
vms/subconfigure.com
patch
|
blob
|
blame
|
history
diff --git
a/vms/subconfigure.com
b/vms/subconfigure.com
index
21717b7
..
00ccd19
100644
(file)
--- a/
vms/subconfigure.com
+++ b/
vms/subconfigure.com
@@
-146,6
+146,7
@@
$ perl_ld="Link"
$ perl_lddlflags="/Share"
$ perl_ranlib=""
$ perl_ar=""
+$ perl_full_ar=""
$ perl_eunicefix=":"
$ perl_hint="none"
$ perl_i_arpainet="undef"
@@
-3581,6
+3582,7
@@
$ WC "ld='" + perl_ld + "'"
$ WC "lddlflags='" + perl_lddlflags + "'"
$ WC "ranlib='" + perl_ranlib + "'"
$ WC "ar='" + perl_ar + "'"
+$ WC "full_ar='" + perl_full_ar + "'"
$ WC "eunicefix='" + perl_eunicefix + "'"
$ WC "hint='" + perl_hint +"'"
$ WC "hintfile='" + perl_hintfile + "'"