Don't use /var/tmp/ for storing ipc files,
because pcscd changes the permissions of that directory The default /var/run/pcscd seems to be good enough Reported by: Sulev-Madis Silber
This commit is contained in:
parent
a4e52b6cd7
commit
896ce9d77f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302333
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= pcsc-lite
|
||||
PORTVERSION= 1.8.5
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= devel security
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/3741/
|
||||
|
@ -27,8 +28,7 @@ USE_RC_SUBR= pcscd
|
|||
USE_LDCONFIG= yes
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
CONFIGURE_ENV= LIBS="${LIBS} ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --enable-ipcdir=/var/tmp/ \
|
||||
--enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
|
||||
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
|
|
Loading…
Reference in a new issue