libcurl: add host variant
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
31847c297d
commit
736e0fc5d6
@ -88,4 +88,18 @@ endef
|
||||
LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
|
||||
endif
|
||||
|
||||
HOST_LIBCURL_DEPENDENCIES = host-openssl
|
||||
HOST_LIBCURL_CONF_OPTS = \
|
||||
--disable-manual \
|
||||
--disable-ntlm-wb \
|
||||
--disable-curldebug \
|
||||
--with-ssl \
|
||||
--without-gnutls \
|
||||
--without-mbedtls \
|
||||
--without-polarssl \
|
||||
--without-nss
|
||||
|
||||
HOST_LIBCURL_POST_PATCH_HOOKS += LIBCURL_FIX_DOT_PC
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user