diff options
author | Craig A. Berry <craigberry@mac.com> | 2011-03-05 22:18:38 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2011-03-06 20:57:51 -0600 |
commit | 44caa20c7d9248fd77483468d77c9b5835e7066e (patch) | |
tree | af84d91b6cf8db086929b177a7fa1795d358cc75 /configure.com | |
parent | 2b4b3ebb703a73c0945957a42a77d70b29dceefb (diff) | |
download | perl-44caa20c7d9248fd77483468d77c9b5835e7066e.tar.gz |
Use full archname in architecture-specific directories on VMS.
We were only using the base archname (e.g., "VMS_AXP"), which is
ok for a default bulid, but if any additions were made to it,
such as "-thread", there would be a discrepancy between the
actual directory on disk and what perl.c:S_incpush would look for
when loading up @INC. The net effect was that the architecture-
specific directory would not get loaded into @INC.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 816924a727..4358a1f167 100644 --- a/configure.com +++ b/configure.com @@ -7091,6 +7091,7 @@ $ WC "''THREAD_KERNEL'" $ WC "PV=''version'" $ WC "FLAGS=FLAGS=''extra_flags'" $ WC "''LARGEFILE_REPLACE'" +$ WC "ARCHNAME=ARCHNAME=''archname'" $ close CONFIG $! $ echo4 "Extracting ''defmakefile' (with variable substitutions)" |