]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libcurl: add host variant
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Sun, 4 Feb 2018 18:07:46 +0000 (19:07 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Feb 2018 13:57:48 +0000 (14:57 +0100)
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcurl/libcurl.mk

index a1d2aa7a601357bf4de9b496ca203da9b7c58210..39ed3e4da5f9b5c86076337d8e9e31efe17c2a82 100644 (file)
@@ -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))