VMS: fix util/[un]local.com.in to handle attributes
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8382)
This commit is contained in:
parent
ce506d27ab
commit
ff825807bc
@ -1,7 +1,11 @@
|
|||||||
${-
|
${-
|
||||||
|
use File::Spec::Functions qw(rel2abs);
|
||||||
|
|
||||||
|
my $bldtop = rel2abs($config{builddir});
|
||||||
our %names = ( map { platform->sharedname($_) =>
|
our %names = ( map { platform->sharedname($_) =>
|
||||||
$bldtop.platform->sharedlib($_) }
|
$bldtop.platform->sharedlib($_) }
|
||||||
@{$unified_info{install}->{libraries}} );
|
grep { !$unified_info{attributes}->{$_}->{noinst} }
|
||||||
|
@{$unified_info{libraries}} );
|
||||||
"" -}
|
"" -}
|
||||||
$ ! Create a local environment with the shared library logical names
|
$ ! Create a local environment with the shared library logical names
|
||||||
$ ! properly set. Undo this with unlocal_shlib.com
|
$ ! properly set. Undo this with unlocal_shlib.com
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
${-
|
${-
|
||||||
|
use File::Spec::Functions qw(rel2abs);
|
||||||
|
|
||||||
|
my $bldtop = rel2abs($config{builddir});
|
||||||
our %names = ( map { platform->sharedname($_) =>
|
our %names = ( map { platform->sharedname($_) =>
|
||||||
$bldtop.platform->sharedlib($_) }
|
$bldtop.platform->sharedlib($_) }
|
||||||
@{$unified_info{install}->{libraries}} );
|
grep { !$unified_info{attributes}->{$_}->{noinst} }
|
||||||
|
@{$unified_info{libraries}} );
|
||||||
"" -}
|
"" -}
|
||||||
$ ! Remove the local environment created by local_shlib.com
|
$ ! Remove the local environment created by local_shlib.com
|
||||||
$
|
$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user