On Sat, Jul 25, 2020 at 09:13:02PM +0200, Robert Schwebel wrote: > Adapt new configure options; --disable-fuzzing is broken, but disabled > if not given. > > Signed-off-by: Robert Schwebel <[email protected]> > --- > rules/libtasn1.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/libtasn1.make b/rules/libtasn1.make > index af2dc5cc2..a2af741d4 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 \
Configure options of host-libtasn1 must be updated as well. Michael > --disable-gcc-warnings > > # > ---------------------------------------------------------------------------- > -- > 2.27.0 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
