All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/tbb: always build Release
Date: Sun, 1 May 2022 21:43:47 +0200	[thread overview]
Message-ID: <20220501194347.GO3624965@scaer> (raw)
In-Reply-To: <20220430185701.606071-1-arnout@mind.be>

Arnout, All,

On 2022-04-30 20:57 +0200, Arnout Vandecappelle (Essensium/Mind) spake thusly:
> When tbb is built in Debug mode, it installs libtbb_debug.so instead of
> libtbb.so. This confuses downstream packages that want to link with it
> (e.g. sysdig).
> 
> Always build in Release mode. This means that BR2_ENABLE_RUNTIME_DEBUG
> has no effect for this package, but that shouldn't be a bi issue.
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/tbb/tbb.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/tbb/tbb.mk b/package/tbb/tbb.mk
> index afe756a85a..fc720fd2f5 100644
> --- a/package/tbb/tbb.mk
> +++ b/package/tbb/tbb.mk
> @@ -13,6 +13,7 @@ TBB_CPE_ID_VENDOR = intel
>  TBB_CPE_ID_PRODUCT = threading_building_blocks
>  
>  TBB_CONF_OPTS = \
> +	-DCMAKE_BUILD_TYPE=Release \
>  	-DTBB_STRICT=OFF \
>  	-DTBB_TEST=OFF
>  
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2022-05-01 19:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-30 18:57 [Buildroot] [PATCH] package/tbb: always build Release Arnout Vandecappelle (Essensium/Mind)
2022-05-01 19:43 ` Yann E. MORIN [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220501194347.GO3624965@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.