From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/flac: enable building of libFLAC++
Date: Tue, 29 Jun 2021 22:22:45 +0200 [thread overview]
Message-ID: <20210629202245.GS2829@scaer> (raw)
In-Reply-To: <20210628060125.73642-1-joerg.krause@embedded.rocks>
J?rg, All,
On 2021-06-28 06:01 +0000, J?rg Krause spake thusly:
> Besides libFLAC, also build libFLAC++ when C++ support is enabled.
>
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/flac/flac.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/flac/flac.mk b/package/flac/flac.mk
> index 880c176f6e..9aa00b7ffd 100644
> --- a/package/flac/flac.mk
> +++ b/package/flac/flac.mk
> @@ -17,7 +17,7 @@ FLAC_CPE_ID_VENDOR = flac_project
> FLAC_AUTORECONF = YES
>
> FLAC_CONF_OPTS = \
> - --disable-cpplibs \
> + $(if $(BR2_INSTALL_LIBSTDCPP),--enable-cpplibs,--disable-cpplibs) \
> --disable-xmms-plugin \
> --disable-altivec
>
> --
> 2.32.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2021-06-29 20:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-28 6:01 [Buildroot] [PATCH 1/1] package/flac: enable building of libFLAC++ Jörg Krause
2021-06-29 20:22 ` Yann E. MORIN [this message]
2021-07-12 20:10 ` Peter Korsgaard
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=20210629202245.GS2829@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.