summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-03-07 14:30:06 +0100
committerArmin Kuster <akuster808@gmail.com>2020-04-19 17:15:54 -0700
commit655be6cd6f04d5328148a011ad14428df4f6f699 (patch)
tree17ba504cbf08fb34a5906c98c7409d218fe9969c /meta-skeleton
parent1124786280b487b144f12dc183817fdf9fcf66e5 (diff)
downloadopenembedded-core-contrib-655be6cd6f04d5328148a011ad14428df4f6f699.tar.gz
openssl: fix perl shebang in c_rehash
* passing PERL=perl breaks c_rehash calls from dash (works fine with bash) dash doesn't like #!perl shebang PERL="/usr/bin/env perl" unfortunately just passing PERL like this doesn't pass do_configure: Creating Makefile sh: 1: /usr/bin/env perl: not found WARNING: exit code 1 from a shell command. But passing it as: HASHBANGPERL="/usr/bin/env perl" PERL=perl seems to work. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 79350826396a882d115caafd88b0a49c91a4fa6c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions