From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from [2a0a:edc0:0:c01:1d::a2] (helo=drehscheibe.grey.stw.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKcKq-0007XY-96 for ptxdist@pengutronix.de; Fri, 12 Mar 2021 08:35:48 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lKcKp-00058G-Or for ptxdist@pengutronix.de; Fri, 12 Mar 2021 08:35:47 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lKcKp-001NyY-Lh for ptxdist@pengutronix.de; Fri, 12 Mar 2021 08:35:47 +0100 Date: Fri, 12 Mar 2021 08:35:47 +0100 From: Michael Olbrich Message-ID: <20210312073547.GB306772@pengutronix.de> References: <20210308123418.10187-1-denis.osterland@diehl.com> <20210308123418.10187-4-denis.osterland@diehl.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210308123418.10187-4-denis.osterland@diehl.com> Subject: Re: [ptxdist] [PATCH 3/5] host-libcurl: enable http(s) support List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, Mar 08, 2021 at 12:35:10PM +0000, Denis Osterland-Heim wrote: > Signed-off-by: Denis Osterland-Heim This will require host-openssl, right? At least it links to libssl and libc= rypto in my quick test. So there should be a optional dependency that enables this. And whatever package needs this should enable it. Michael > --- > 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:=3D \ > --without-librtmp \ > \ > --disable-ares \ > ---disable-http \ > +--enable-http \ > --disable-nghttp2 \ > --disable-cookies \ > --disable-ftp \ > @@ -69,7 +69,7 @@ HOST_LIBCURL_CONF_OPT:=3D \ > --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=E4ftsf=FChrung: Horst Leonberger > Sitz der Gesellschaft: N=FCrnberg - Registergericht: Amtsgericht > N=FCrnberg: HRB 32315 > = > ________________________________ > = > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-M= ail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhal= ten 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 in= form us if you have received this e-mail by > mistake and delete it in such a case. Each unauthorized reproduction, dis= closure, alteration, distribution and/or publication of this e-mail is stri= ctly prohibited. > = > - For general information on data protection and your respective rights p= lease visit: > = > https://www.diehl.com/group/en/transparency-and-information-obligations/ > = > = > = > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request= @pengutronix.de > = _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@p= engutronix.de