a74db02a2e
[.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)
8 lines
316 B
Text
8 lines
316 B
Text
IF[{- $target{build_scheme}->[1] eq "VMS" -}]
|
|
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
|
|
ENDIF
|