mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 01:22:13 +00:00
ea3ad6b090
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>
35 lines
673 B
Plaintext
35 lines
673 B
Plaintext
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
|