Browse Source

pcsc-lite: update to version 1.8.23

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 7 years ago
parent
commit
f56fc5754c
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      utils/pcsc-lite/Makefile

+ 4
- 3
utils/pcsc-lite/Makefile View File

@ -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


Loading…
Cancel
Save