Thanks, applied as 258d3924437047d1f2751b634f708c126a742afe.

Michael

[sent from post-receive hook]

On Mon, 03 Aug 2020 08:30:14 +0200, Robert Schwebel <[email protected]> 
wrote:
> Adapt new configure options; --disable-fuzzing is broken, but disabled
> if not given.
> 
> Signed-off-by: Robert Schwebel <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/host-libtasn1.make b/rules/host-libtasn1.make
> index 181a905b1b1c..c9061091faa5 100644
> --- a/rules/host-libtasn1.make
> +++ b/rules/host-libtasn1.make
> @@ -26,12 +26,12 @@ HOST_LIBTASN1_DIR = $(HOST_BUILDDIR)/$(LIBTASN1)
>  HOST_LIBTASN1_CONF_TOOL      := autoconf
>  HOST_LIBTASN1_CONF_OPT       := \
>       $(HOST_AUTOCONF) \
> -     $(GLOBAL_LARGE_FILE_OPTION) \
>       --disable-doc \
>       --disable-gtk-doc \
>       --disable-gtk-doc-html \
>       --disable-gtk-doc-pdf \
>       --disable-valgrind-tests \
> +     --disable-code-coverage \
>       --disable-gcc-warnings
>  
>  # vim: syntax=make
> diff --git a/rules/libtasn1.make b/rules/libtasn1.make
> index af2dc5cc2886..a2af741d4b37 100644
> --- a/rules/libtasn1.make
> +++ b/rules/libtasn1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
>  #
>  # Paths and names
>  #
> -LIBTASN1_VERSION     := 4.13
> -LIBTASN1_MD5         := ce2ba4d3088119b48e7531a703669c52
> +LIBTASN1_VERSION     := 4.16.0
> +LIBTASN1_MD5         := 531208de3729d42e2af0a32890f08736
>  LIBTASN1             := libtasn1-$(LIBTASN1_VERSION)
>  LIBTASN1_SUFFIX              := tar.gz
>  LIBTASN1_URL         := $(call ptx/mirror, GNU, 
> libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
> @@ -31,12 +31,12 @@ LIBTASN1_CONF_TOOL := autoconf
>  
>  LIBTASN1_CONF_OPT := \
>       $(CROSS_AUTOCONF_USR) \
> -     $(GLOBAL_LARGE_FILE_OPTION) \
>       --disable-doc \
>       --disable-gtk-doc \
>       --disable-gtk-doc-html \
>       --disable-gtk-doc-pdf \
>       --disable-valgrind-tests \
> +     --disable-code-coverage \
>       --disable-gcc-warnings
>  
>  # 
> ----------------------------------------------------------------------------

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to