|
@@ -3,6 +3,8 @@ config BR2_PACKAGE_WVSTREAMS
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
+ # musl not supported and no upstream activity since 2011.
|
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
help
|
|
@@ -10,6 +12,6 @@ config BR2_PACKAGE_WVSTREAMS
|
|
|
|
|
|
http://wvstreams.googlecode.com/
|
|
http://wvstreams.googlecode.com/
|
|
|
|
|
|
-comment "wvstreams needs a toolchain w/ C++, dynamic library"
|
|
|
|
|
|
+comment "wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
|
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|