diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-01-05 00:04:27 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-01-05 02:12:24 +0100 |
commit | f56fc5754cb8005c8e75af46827a3b896d955e25 (patch) | |
tree | 16c7498b18482fa453b0612b995349b8ffde956a /utils/pcsc-lite | |
parent | cfd9f621f68236348e417acf758cdc46a3d7a85f (diff) |
pcsc-lite: update to version 1.8.23
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/pcsc-lite')
-rw-r--r-- | utils/pcsc-lite/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index 5db051645..c8218f2aa 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-lite -PKG_VERSION:=1.8.22 +PKG_VERSION:=1.8.23 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4225 -PKG_HASH:=6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405 +PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4235 +PKG_HASH:=5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING @@ -67,6 +67,7 @@ TARGET_LDFLAGS += -lpthread CONFIGURE_ARGS += \ --disable-libudev \ + --disable-libsystemd \ --enable-libusb \ --enable-static \ --enable-usbdropdir=/usr/lib/pcsc/drivers |