mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
gensio: Fix circular dependency error
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>
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
config GENSIO_SCTP
|
config GENSIO_SCTP
|
||||||
depends on PACKAGE_libgensio
|
depends on PACKAGE_libgensio && IPV6
|
||||||
bool "Enable SCTP-support via libsctp"
|
bool "Enable SCTP-support via libsctp"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ $(call Package/gensio/Default)
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
ABI_VERSION:=0
|
ABI_VERSION:=0
|
||||||
MENU:=1
|
MENU:=1
|
||||||
DEPENDS:=+GENSIO_SSL:libopenssl +GENSIO_WRAP:libwrap +GENSIO_SCTP:libsctp +GENSIO_PTHREADS:libpthread +GENSIO_AVAHI:libavahi-client +GENSIO_TCL:tcl +GENSIO_GLIB:glib2 +GENSIO_SSHD:libpam
|
DEPENDS:=+GENSIO_SSL:libopenssl +GENSIO_WRAP:libwrap +(IPV6&&GENSIO_SCTP):libsctp +GENSIO_PTHREADS:libpthread +GENSIO_AVAHI:libavahi-client +GENSIO_TCL:tcl +GENSIO_GLIB:glib2 +GENSIO_SSHD:libpam
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgensio/description
|
define Package/libgensio/description
|
||||||
|
|||||||
Reference in New Issue
Block a user