mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Release notes:
https://github.com/OpenSC/OpenSC/blob/master/NEWS
Also carry two patches from upstream to fix build against newer
LibreSSL. Those patches can't be backported to pre-0.23.0 versions,
though.
Fixes:
http://autobuild.buildroot.net/results/913/91318abb98146dd967115ed6233949daa60d8bba/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[yann.morin.1998@free.fr: squash LibreSSL fixes together with bump]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
531 B
Makefile
17 lines
531 B
Makefile
################################################################################
|
|
#
|
|
# opensc
|
|
#
|
|
################################################################################
|
|
|
|
OPENSC_VERSION = 0.23.0
|
|
OPENSC_SITE = https://github.com/OpenSC/OpenSC/releases/download/$(OPENSC_VERSION)
|
|
OPENSC_LICENSE = LGPL-2.1+
|
|
OPENSC_LICENSE_FILES = COPYING
|
|
OPENSC_CPE_ID_VENDOR = opensc_project
|
|
OPENSC_DEPENDENCIES = openssl pcsc-lite
|
|
OPENSC_INSTALL_STAGING = YES
|
|
OPENSC_CONF_OPTS = --disable-cmocka --disable-strict
|
|
|
|
$(eval $(autotools-package))
|