diff --git a/utils/ccid/Makefile b/utils/ccid/Makefile index 1af6e97a52..963552b71d 100644 --- a/utils/ccid/Makefile +++ b/utils/ccid/Makefile @@ -8,18 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ccid -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://ccid.apdu.fr/files/ -PKG_HASH:=e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377 +PKG_HASH:=6e832adc172ecdcfdee2b56f33144684882cbe972daff1938e7a9c73a64f88bf PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=zlib include $(INCLUDE_DIR)/package.mk diff --git a/utils/ccid/patches/010-macos.patch b/utils/ccid/patches/010-macos.patch index 0155cde09a..7d25c0896b 100644 --- a/utils/ccid/patches/010-macos.patch +++ b/utils/ccid/patches/010-macos.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -79,7 +79,7 @@ AC_CHECK_FUNCS(select strerror strncpy m +@@ -83,7 +83,7 @@ AC_CHECK_FUNCS(select strerror strncpy m # Select OS specific versions of source files. AC_SUBST(BUNDLE_HOST) AC_SUBST(DYN_LIB_EXT)