From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Mon, 6 Jan 2020 17:04:30 +0100 From: Michael Olbrich Message-ID: <20200106160430.GM5858@pengutronix.de> References: <20200102213625.24091-1-post@lespocky.de> <20200102213625.24091-3-post@lespocky.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200102213625.24091-3-post@lespocky.de> Subject: Re: [ptxdist] [PATCH v3 2/3] opensc: version bump 0.19.0 -> 0.20.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Alexander Dahl , Rouven Czerwinski On Thu, Jan 02, 2020 at 10:36:24PM +0100, Alexander Dahl wrote: > Signed-off-by: Alexander Dahl > --- > rules/opensc.make | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > > diff --git a/rules/opensc.make b/rules/opensc.make > index 80f578d03..b4ec2d623 100644 > --- a/rules/opensc.make > +++ b/rules/opensc.make > @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_OPENSC) += opensc > # > # Paths and names > # > -OPENSC_VERSION := 0.19.0 > -OPENSC_MD5 := 40734b2343cf83c62c4c403f8a37475e > -OPENSC := OpenSC-$(OPENSC_VERSION) > +OPENSC_VERSION := 0.20.0 > +OPENSC_MD5 := c291219b6189793430f9d0c40b42b907 > +OPENSC := opensc-$(OPENSC_VERSION) > OPENSC_SUFFIX := tar.gz > OPENSC_URL := https://github.com/OpenSC/OpenSC/releases/download/$(OPENSC_VERSION)/$(OPENSC).$(OPENSC_SUFFIX) > OPENSC_SOURCE := $(SRCDIR)/$(OPENSC).$(OPENSC_SUFFIX) > @@ -39,6 +39,7 @@ OPENSC_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > --sysconfdir=/etc/opensc \ > --enable-optimization \ > + --disable-fuzzing \ > --disable-strict \ > --disable-pedantic \ > --enable-thread-locking \ > @@ -56,8 +57,11 @@ OPENSC_CONF_OPT := \ > --disable-doc \ > --disable-dnie-ui \ > --disable-notify \ > - --$(call ptx/endis,PTXCONF_OPENSC_TESTSUITE)-tests \ > - --disable-static > + --disable-autostart-items \ > + --$(call ptx/endis,PTXCONF_OPENSC_TESTSUITE)-cmocka \ > + --disable-static \ > + --disable-assert \ > + --without-cygwin-native There is a host-opensc package that needs similar configure option changes. Michael > > # ---------------------------------------------------------------------------- > # Target-Install > -- > 2.20.1 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- 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 ptxdist@pengutronix.de