[Bug 789109] Allow Cerbero curl recipe to use gnutls instead of openssl

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 20 15:45:55 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=789109

--- Comment #3 from Andrew Esh <andrew.c.esh at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #1)
> Review of attachment 361755 [details] [review]:
> 
> ::: recipes/curl.recipe
> @@ +17,3 @@
>                        --enable-threaded-resolver --disable-manual \
>                        --disable-smb'
> +    configure_tpl = "%(config-sh)s --prefix=%(prefix)s --libdir=%(libdir)s
> --without-ssl --with-gnutls=%(prefix)s " + configure_options
> 
> --without-ssl is actually "without *Open*SSL"?

Yes. that is the goal of this patch. To turn off openssl, and turn on gnutls
instead. In the configure script, OpenSSL is disabled with the "--without-ssl"
flag. The curl developers refer to other SSL implementations with fuller names,
such as "--without-polarssl". They refer to OpenSSL as just "ssl".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list