All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/flac: enable building of libFLAC++
@ 2021-06-28  6:01 Jörg Krause
  2021-06-29 20:22 ` Yann E. MORIN
  2021-07-12 20:10 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jörg Krause @ 2021-06-28  6:01 UTC (permalink / raw)
  To: buildroot

Besides libFLAC, also build libFLAC++ when C++ support is enabled.

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 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

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

* [Buildroot] [PATCH 1/1] package/flac: enable building of libFLAC++
  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
  2021-07-12 20:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-06-29 20:22 UTC (permalink / raw)
  To: buildroot

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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/flac: enable building of libFLAC++
  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
@ 2021-07-12 20:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-07-12 20:10 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:

 > Besides libFLAC, also build libFLAC++ when C++ support is enabled.
 > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-07-12 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2021-07-12 20:10 ` Peter Korsgaard

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.