From f27f64e17ad2b5b8bdacbfffb486d9b1f05b9b71 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 20 Feb 2016 00:10:43 +0100 Subject: [PATCH] Unified on VMS - install dynamic engines if there are any Don't check for no_shared Reviewed-by: Rich Salz --- Configurations/descrip.mms.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 1d72589eb2..279400cfc9 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -317,11 +317,13 @@ install_runtime : check_INSTALLTOP ossl_installroot:[000000]openssl.cnf install_engines : check_INSTALLTOP - @ {- output_off() if $config{no_shared}; "" -} ! + @ {- output_off() unless scalar @{$unified_info{engines}}; "" -} ! @ WRITE SYS$OUTPUT "*** Installing engines" CREATE/DIR ossl_installroot:[ENGINES.'arch'] - COPY/PROT=W:RE [.ENGINES]*.EXE ossl_installroot:[ENGINES.'arch'] - @ {- output_on() if $config{no_shared}; "" -} ! + {- join("\n ", + map { "COPY/PROT=W:RE $_.EXE ossl_installroot:[ENGINES.'arch']" } + grep(!m|ossltest$|i, @{$unified_info{engines}})) -} + @ {- output_on() unless scalar @{$unified_info{engines}}; "" -} ! install_config : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com - check_INSTALLTOP -- 2.25.1