diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-18 17:15:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 17:15:12 -0800 |
commit | a930e342046fad8bdfc12c6feb099dd7fe19fcbc (patch) | |
tree | 57a2ba97c6d09f0fba337be96c0d3de17d6b1d54 | |
parent | 5b2a507b6bb0ab4287993f6c1abd32491294cd47 (diff) | |
parent | 85d53837f7c5a4502e9469dd816cbc89332c20cd (diff) |
Merge pull request #14267 from vjardin/pcsc-lite_path
pcscd: default /var/run path instead of /run
-rw-r--r-- | utils/pcsc-lite/Makefile | 3 |
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 |