[vlc-devel] [PATCH 2/2] contrib: libtasn1: disable documentation generation

Steve Lhomme robux4 at gmail.com
Fri Jun 2 10:06:56 CEST 2017


LGTM.

On Fri, Jun 2, 2017 at 3:09 AM, Robert Mourning <robedmo.git at gmail.com> wrote:
> libtasn1 uses help2man to build manpages. If cross-compiling,
> help2man will not be able to get --help info from the compiled
> binaries. Prevent building docs to avoid this error.
>
> ---
>  contrib/src/libtasn1/rules.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/libtasn1/rules.mak b/contrib/src/libtasn1/rules.mak
> index d028e70..219d837 100644
> --- a/contrib/src/libtasn1/rules.mak
> +++ b/contrib/src/libtasn1/rules.mak
> @@ -20,6 +20,6 @@ endif
>         $(MOVE)
>
>  .libtasn1: libtasn1
> -       cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
> +       cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-doc
>         cd $< && $(MAKE) install
>         touch $@
> --
> 2.7.4
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list