Signed-off-by: Denis Osterland-Heim <[email protected]> --- rules/host-libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make index dc28de778..1a2a1fcf5 100644 --- a/rules/host-libcurl.make +++ b/rules/host-libcurl.make @@ -61,7 +61,7 @@ HOST_LIBCURL_CONF_OPT:= \ --without-librtmp \ \ --disable-ares \ ---disable-http \ +--enable-http \ --disable-nghttp2 \ --disable-cookies \ --disable-ftp \ @@ -69,7 +69,7 @@ HOST_LIBCURL_CONF_OPT:= \ --disable-file \ --disable-crypto-auth \ --disable-libssh2 \ ---without-ssl +--with-ssl $(STATEDIR)/host-libcurl.install: @$(call targetinfo) -- 2.30.1 Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter: https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit: https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
