Skip to content

Commit

Permalink
Merge pull request #7503 from neheb/opensc
Browse files Browse the repository at this point in the history
opensc: Update to 0.19.0
  • Loading branch information
dangowrt authored Nov 23, 2018
2 parents 4fab96d + f97bbcf commit 88eb6ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions utils/opensc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=opensc
PKG_VERSION:=0.18.0
PKG_VERSION:=0.19.0
PKG_RELEASE:=1
PKG_HASH:=9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757
PKG_HASH:=2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826

PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
Expand Down Expand Up @@ -98,6 +98,10 @@ define Package/libopensc-profile-$(subst _,-,$(firstword $(subst :, ,$(1))))
endef
endef

CONFIGURE_ARGS += \
--disable-notify \
--disable-strict

TOOLS:= \
cardos-tool \
cryptoflex-tool \
Expand Down

0 comments on commit 88eb6ef

Please sign in to comment.