summaryrefslogtreecommitdiffstats
path: root/package/wvstreams/Config.in
blob: e2edd6d25782babe0601018c97405a8c0197bc73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_WVSTREAMS
	bool "wvstreams"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on !BR2_STATIC_LIBS
	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_ZLIB
	help
	  C++ Network Programming Library.

	  http://wvstreams.googlecode.com/

comment "wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library"
	depends on BR2_USE_MMU
	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
OpenPOWER on IntegriCloud