kumquat-buildroot/package/resiprocate/Config.in
Ryan Barnett 56b9276ce8 package/resiprocate: enable DES in openssl
resiprocate security backend assumes that if openssl is enabled that
it provides DES support. However DES support in openssl has become
optional since  commit a83d418 ("package/libopenssl: add option to
enable some features").

Select openssl DES support in wpa_supplicant Kconfig to avoid build
failures.

Fixes:
http://autobuild.buildroot.net/results/f7def0d5706f9e6ab97accc4eaa5f512a11bcb4c

Signed-off-by: Ryan Barnett <ryan.barnett@collins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-06-26 14:34:36 +02:00

51 lines
1.5 KiB
Plaintext

comment "resiprocate needs a toolchain w/ C++, threads, wchar"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
config BR2_PACKAGE_RESIPROCATE
bool "resiprocate"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_C_ARES
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
help
reSIProcate is a framework that aims to fully implement the
SIP protocol in first class C++. It is intended for use in
other applications, such as the repro SIP proxy.
By default this package provides the core libraries: librutil
(utilities), libresip (SIP stack/RFC compliant message
parsing) and libdum (SIP Dialog Usage Manager, a state
machine for SIP dialogs).
https://www.resiprocate.org/
if BR2_PACKAGE_RESIPROCATE
config BR2_PACKAGE_RESIPROCATE_DTLS_SUPPORT
bool "DTLS support"
select BR2_PACKAGE_OPENSSL
help
Enable DTLS support (requires OpenSSL)
config BR2_PACKAGE_RESIPROCATE_REND
bool "resiprocate-rend"
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_BOOST_SYSTEM
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_POPT
help
Rend is tool that is was created specifically to load test
gtSIP based presence servers.
config BR2_PACKAGE_RESIPROCATE_APPS
bool "resiprocate-apps"
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_PCRE
help
Build apps clicktocall and sipdial
endif # BR2_PACKAGE_RESIPROCATE