All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] wvstreams: not available for static only builds
@ 2015-05-18  5:47 Gergely Imreh
  2015-05-18  5:52 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Gergely Imreh @ 2015-05-18  5:47 UTC (permalink / raw)
  To: buildroot

Fixes:
 http://autobuild.buildroot.org/results/0cd/0cd5e0263b42e6845504d97688632e16206bd000/
 http://autobuild.buildroot.org/results/4e0/4e0ab461ea7ed7a288303741eec89156abd49864/

Signed-off-by: Gergely Imreh <imrehg@gmail.com>
---
 package/wvstreams/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/wvstreams/Config.in b/package/wvstreams/Config.in
index 3080dc7..0cbe60a 100644
--- a/package/wvstreams/Config.in
+++ b/package/wvstreams/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_WVSTREAMS
 	bool "wvstreams"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_STATIC_LIBS
 	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_ZLIB
@@ -9,6 +10,6 @@ config BR2_PACKAGE_WVSTREAMS
 
 	  http://wvstreams.googlecode.com/
 
-comment "wvstreams needs a toolchain w/ C++"
+comment "wvstreams needs a toolchain w/ C++, dynamic library"
 	depends on BR2_USE_MMU
-	depends on !BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
-- 
2.1.4

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

* [Buildroot] [PATCH 1/1] wvstreams: not available for static only builds
  2015-05-18  5:47 [Buildroot] [PATCH 1/1] wvstreams: not available for static only builds Gergely Imreh
@ 2015-05-18  5:52 ` Baruch Siach
  2015-05-18  5:59   ` Gergely Imreh
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2015-05-18  5:52 UTC (permalink / raw)
  To: buildroot

Hi Gergely,

On Mon, May 18, 2015 at 05:47:55AM +0000, Gergely Imreh wrote:
> diff --git a/package/wvstreams/Config.in b/package/wvstreams/Config.in
> index 3080dc7..0cbe60a 100644
> --- a/package/wvstreams/Config.in
> +++ b/package/wvstreams/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_WVSTREAMS
>  	bool "wvstreams"
>  	depends on BR2_INSTALL_LIBSTDCPP
> +	depends on !BR2_STATIC_LIBS

You need to propagate this to packages selecting BR2_PACKAGE_WVSTREAMS. In 
this case only wvdial seems to be affected.

baruch


-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/1] wvstreams: not available for static only builds
  2015-05-18  5:52 ` Baruch Siach
@ 2015-05-18  5:59   ` Gergely Imreh
  0 siblings, 0 replies; 3+ messages in thread
From: Gergely Imreh @ 2015-05-18  5:59 UTC (permalink / raw)
  To: buildroot

On 18 May 2015 at 13:52, Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Gergely,
>
> On Mon, May 18, 2015 at 05:47:55AM +0000, Gergely Imreh wrote:
>> diff --git a/package/wvstreams/Config.in b/package/wvstreams/Config.in
>> index 3080dc7..0cbe60a 100644
>> --- a/package/wvstreams/Config.in
>> +++ b/package/wvstreams/Config.in
>> @@ -1,6 +1,7 @@
>>  config BR2_PACKAGE_WVSTREAMS
>>       bool "wvstreams"
>>       depends on BR2_INSTALL_LIBSTDCPP
>> +     depends on !BR2_STATIC_LIBS
>
> You need to propagate this to packages selecting BR2_PACKAGE_WVSTREAMS. In
> this case only wvdial seems to be affected.

Ah, got it. Will send a new version.
Cheers,
   Gergely


>
> baruch
>
>
> --
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

end of thread, other threads:[~2015-05-18  5:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18  5:47 [Buildroot] [PATCH 1/1] wvstreams: not available for static only builds Gergely Imreh
2015-05-18  5:52 ` Baruch Siach
2015-05-18  5:59   ` Gergely Imreh

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.