diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-18 06:07:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-22 14:19:06 +0100 |
commit | 8c381ba8320fe401385a6cf040724fb24fd55934 (patch) | |
tree | 70f7742b8e0f0a234955dba211ad5173e1e9056f /package/opensc/Makefile | |
parent | 8d4de3aa652e79de987412396307f16d85fdd261 (diff) |
opensc: update to 0.24.0
Diffstat (limited to 'package/opensc/Makefile')
-rw-r--r-- | package/opensc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile index 867088309..9f4b1b0f3 100644 --- a/package/opensc/Makefile +++ b/package/opensc/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= opensc -PKG_VERSION:= 0.22.0 +PKG_VERSION:= 0.24.0 PKG_RELEASE:= 1 -PKG_HASH:= 8d4e5347195ebea332be585df61dcc470331c26969e4b0447c851fb0844c7186 +PKG_HASH:= 24d03c69287291da32a30c4c38a304ad827f56cb85d83619e1f5403ab6480ef8 PKG_DESCR:= utilities to access smart cards PKG_SECTION:= app/crypto PKG_BUILDDEP:= openct pcsc-lite readline libressl @@ -32,6 +32,8 @@ $(eval $(call PKG_template,LIBOPENSC,libopensc,${PKG_VERSION}-${PKG_RELEASE},${P CONFIGURE_ARGS+= --disable-man \ --disable-iconv \ --disable-pcsc \ + --disable-silent-rules \ + --disable-strict \ --enable-openct opensc-install: |