openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH] nodejs: add -fpermissive also to BUILD_CXXFLAGS to fix build with openssl-native-3
@ 2021-10-14 19:29 Martin Jansa
  2021-10-14 19:37 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2021-10-14 19:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb
index a64288d8ab..d468f2518e 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb
@@ -131,6 +131,7 @@ addtask create_v8_qemu_wrapper after do_configure before do_compile
 
 # Keep until openssl 3.x compatibility is fixed
 CXXFLAGS += "-fpermissive"
+BUILD_CXXFLAGS += "-fpermissive"
 
 LDFLAGS:append:x86 = " -latomic"
 
-- 
2.32.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-oe][PATCH] nodejs: add -fpermissive also to BUILD_CXXFLAGS to fix build with openssl-native-3
  2021-10-14 19:29 [meta-oe][PATCH] nodejs: add -fpermissive also to BUILD_CXXFLAGS to fix build with openssl-native-3 Martin Jansa
@ 2021-10-14 19:37 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-10-14 19:37 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembeded-devel

On Thu, Oct 14, 2021 at 12:29 PM Martin Jansa <Martin.Jansa@gmail.com> wrote:
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb
> index a64288d8ab..d468f2518e 100644
> --- a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb
> +++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb
> @@ -131,6 +131,7 @@ addtask create_v8_qemu_wrapper after do_configure before do_compile
>
>  # Keep until openssl 3.x compatibility is fixed
>  CXXFLAGS += "-fpermissive"
> +BUILD_CXXFLAGS += "-fpermissive"

Thanks, I had similar local change

>
>  LDFLAGS:append:x86 = " -latomic"
>
> --
> 2.32.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93302): https://lists.openembedded.org/g/openembedded-devel/message/93302
> Mute This Topic: https://lists.openembedded.org/mt/86323011/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-14 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 19:29 [meta-oe][PATCH] nodejs: add -fpermissive also to BUILD_CXXFLAGS to fix build with openssl-native-3 Martin Jansa
2021-10-14 19:37 ` [oe] " Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).