diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb index c2ba005f47..d4871fe973 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | |||
@@ -123,7 +123,7 @@ do_configure () { | |||
123 | fi | 123 | fi |
124 | # WARNING: do not set compiler/linker flags (-I/-D etc.) in EXTRA_OECONF, as they will fully replace the | 124 | # WARNING: do not set compiler/linker flags (-I/-D etc.) in EXTRA_OECONF, as they will fully replace the |
125 | # environment variables set by bitbake. Adjust the environment variables instead. | 125 | # environment variables set by bitbake. Adjust the environment variables instead. |
126 | PERL5LIB="${S}/external/perl/Text-Template-1.46/lib/" \ | 126 | PERL=perl PERL5LIB="${S}/external/perl/Text-Template-1.46/lib/" \ |
127 | perl ${S}/Configure ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} --prefix=$useprefix --openssldir=${libdir}/ssl-1.1 --libdir=${libdir} $target | 127 | perl ${S}/Configure ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} --prefix=$useprefix --openssldir=${libdir}/ssl-1.1 --libdir=${libdir} $target |
128 | perl ${B}/configdata.pm --dump | 128 | perl ${B}/configdata.pm --dump |
129 | } | 129 | } |