Browse Source

Merge pull request #14267 from vjardin/pcsc-lite_path

pcscd: default /var/run path instead of /run
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
a930e34204
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/pcsc-lite/Makefile

+ 2
- 1
utils/pcsc-lite/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pcsc-lite
PKG_VERSION:=1.9.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/
@ -71,6 +71,7 @@ CONFIGURE_ARGS += \
--disable-libsystemd \
--enable-libusb \
--enable-static \
--enable-ipcdir=/var/run/pcscd \
--enable-usbdropdir=/usr/lib/pcsc/drivers
define Build/InstallDev


Loading…
Cancel
Save