6b8e4a7f4a
This toolchain lacks program_invocation_* in the uClibc configuration. Fixes: http://autobuild.buildroot.org/results/653/6531009b2eae64b4e79f66a625cf2a3f9ffc2ac6/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
config BR2_PACKAGE_WVSTREAMS
|
|
bool "wvstreams"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # fork()
|
|
# toolchain lacks program_invocation_*
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
C++ Network Programming Library.
|
|
|
|
http://wvstreams.googlecode.com/
|
|
|
|
comment "wvstreams needs a toolchain w/ C++"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
|