summaryrefslogtreecommitdiffstats
path: root/util/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-14 22:09:57 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-14 22:27:17 +0100
commita74db02a2e182a16c76a12da1ac8ae8a215746b0 (patch)
tree0acbe5eeb52a04b55d47ba6b09f0ed84a9877ed5 /util/build.info
parent2de2df7fe8986e6e25afa72a5fe6a92272eaa4ff (diff)
VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scripts
[.util]shareable_image_wrap.c.in was never useful because lib$spawn() insisted on combining stdout and stderr into one. Instead, we introduce two scripts that create and destroy a temporary environment where the local shareable images become available, [.util]local_shlib.com and [.util]unlocal_shlib.com. They also define DBG$IMAGE_DSF_PATH, which is require so the debugger can find the Debug Symbol Files. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2947)
Diffstat (limited to 'util/build.info')
-rw-r--r--util/build.info6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/build.info b/util/build.info
index e044d94960..609be51660 100644
--- a/util/build.info
+++ b/util/build.info
@@ -1,7 +1,7 @@
IF[{- $target{build_scheme}->[1] eq "VMS" -}]
- PROGRAMS_NO_INST=shlib_wrap
- SOURCE[shlib_wrap]=shareable_image_wrap.c
- GENERATE[shareable_image_wrap.c]=shareable_image_wrap.c.in
+ SCRIPTS_NO_INST=local_shlib.com unlocal_shlib.com
+ SOURCE[local_shlib.com]=local_shlib.com.in
+ SOURCE[unlocal_shlib.com]=unlocal_shlib.com.in
ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
SCRIPTS_NO_INST=shlib_wrap.sh
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in