package/s6-networking: support building with bearssl

Signed-off-by: Dick Olsson <hi@senzilla.io>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Dick Olsson 2021-04-06 22:47:22 +00:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 421bcc8470
commit d87e069d98

View File

@ -26,6 +26,9 @@ S6_NETWORKING_CONF_OPTS = \
ifeq ($(BR2_PACKAGE_LIBRESSL),y)
S6_NETWORKING_CONF_OPTS += --enable-ssl=libressl
S6_NETWORKING_DEPENDENCIES += libressl
else ifeq ($(BR2_PACKAGE_BEARSSL),y)
S6_NETWORKING_CONF_OPTS += --enable-ssl=bearssl
S6_NETWORKING_DEPENDENCIES += bearssl
endif
define S6_NETWORKING_CONFIGURE_CMDS