Adding libsctp adds IPV6 dependency to gensio, so this patch is an attempt at working around that with the goal of getting rid of the circular dependency error. Signed-off-by: Nita Vesa <werecatf@outlook.com>
34 lines
673 B
Text
34 lines
673 B
Text
config GENSIO_SSL
|
|
depends on PACKAGE_libgensio
|
|
bool "Enable SSL-support via OpenSSL"
|
|
default n
|
|
|
|
config GENSIO_WRAP
|
|
depends on PACKAGE_libgensio
|
|
bool "Build with libwrap"
|
|
default n
|
|
|
|
config GENSIO_SCTP
|
|
depends on PACKAGE_libgensio && IPV6
|
|
bool "Enable SCTP-support via libsctp"
|
|
default n
|
|
|
|
config GENSIO_PTHREADS
|
|
depends on PACKAGE_libgensio
|
|
bool "Enable pthreads"
|
|
default y
|
|
|
|
config GENSIO_AVAHI
|
|
depends on PACKAGE_libgensio
|
|
bool "Enable mDNS via Avahi"
|
|
default n
|
|
|
|
config GENSIO_GLIB
|
|
depends on PACKAGE_libgensio
|
|
bool "Build with glib2"
|
|
default n
|
|
|
|
config GENSIO_TCL
|
|
depends on PACKAGE_libgensio
|
|
bool "Build with tcl"
|
|
default n
|