aboutsummaryrefslogtreecommitdiff
path: root/utils/pcsc-lite
diff options
context:
space:
mode:
authorVincent JARDIN <vjardin@free.fr>2020-12-18 22:53:46 +0000
committerVincent JARDIN <vjardin@free.fr>2020-12-19 01:03:36 +0000
commit85d53837f7c5a4502e9469dd816cbc89332c20cd (patch)
tree828e450af69b21764d6e726b5d13c11363201a6f /utils/pcsc-lite
parent22e2968c564e7e01a03a317fbc2a6a1f83c71657 (diff)
pcscd: default /var/run path instead of /run
Fix start error: 00001221 [2012634380] pcscdaemon.c:624:main() cannot create /run/pcscd: No such file or directory Signed-off-by: Vincent JARDIN <vjardin@free.fr>
Diffstat (limited to 'utils/pcsc-lite')
-rw-r--r--utils/pcsc-lite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile
index f1ee89a80..4ba4ea1b7 100644
--- a/utils/pcsc-lite/Makefile
+++ b/utils/pcsc-lite/Makefile
@@ -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