]> code.ossystems Code Review - openembedded-core.git/commit
openssl: pass PERL=perl environment variable to configurator
authorRuslan Bilovol <rbilovol@cisco.com>
Thu, 5 Mar 2020 11:53:33 +0000 (13:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Mar 2020 08:19:12 +0000 (08:19 +0000)
commit2b087fef6820da8a6d86ca763bd7730dcac30849
tree9cebaf1ead1657dba9c97e27d052e3380b3e3fdf
parent0ee03e11bc2ae3faa6a2fcfdfae2ea35f7ba70ba
openssl: pass PERL=perl environment variable to configurator

In our build environment we use wrapper script
for perl in non-standard configuration with
extra variables set (provided by custom
buildtools-tarball).

In this case openssl fails to build because
by default it's Configure script detects and uses
perl executable directly (with absolute path)
obviously missing extra settings from wrapper
script.

Pass PERL=perl environment variable to Configure,
so it won't try to use perl executable directly
but will use what is provided from environment.

Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb