[vlc-devel] [PATCH] gnutls: remove unrecognized configure option

Rémi Denis-Courmont remi at remlab.net
Tue Oct 7 21:05:24 CEST 2014


Le 2014-10-07 21:35, Sean McGovern a écrit :
> ---
>  contrib/src/gnutls/rules.mak |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/contrib/src/gnutls/rules.mak 
> b/contrib/src/gnutls/rules.mak
> index 6cafdb6..b014cd8 100644
> --- a/contrib/src/gnutls/rules.mak
> +++ b/contrib/src/gnutls/rules.mak
> @@ -40,7 +40,6 @@ GNUTLS_CONF := \
>  	--without-p11-kit \
>  	--disable-cxx \
>  	--disable-srp-authentication \
> -	--disable-psk-authentication-FIXME \
>  	--disable-anon-authentication \
>  	--disable-openpgp-authentication \
>  	--disable-openssl-compatibility \

I don't remember who wrote that. But there was probably a good reason 
to put a FIXME there. In fact, it was probably me addressing my then 
future self. To the point, configure ignores unknown option - otherwise 
that would never have worked. Please leave this as is unless you find a 
way to disable the useless PSK code, or clarify it if you want.

-- 
Rémi Denis-Courmont



More information about the vlc-devel mailing list