mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libcurl: reapply "libcurl: add host variant"
libcurl host build support has initially been added with736e0fc5d6("libcurl: add host variant") while adding support for host-cargo build, and reverted with69e84008ab("Revert "libcurl: add host variant"") when standalone cargo build has been removed. In order to bring in an upcoming commit a new host package that depends on libcurl, re-enable host-libcurl build support. This reverts commit w9e84008abf87eaeeb3f2d53c880cf33492a3bf8, with the exception of the post-patch hook which is no longer needed. Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
431950769d
commit
d8798806f7
@@ -185,4 +185,16 @@ 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-nss \
|
||||
--without-libpsl
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user