kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 4f8338466caad52c298c3093d1b57c9dca97cd4d
parent 949946a30bd47b40ca06370bd290c864d8008003
Author: St John Karp <contact@stjo.hn>
Date:   Thu,  9 Jun 2022 11:36:45 -0400

ccid: Correct pcsc paths in build script

Correct the pcsc paths now that the pcsc-lite package uses a proper
prefix.

Diffstat:
Mextra/ccid/build | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra/ccid/build b/extra/ccid/build @@ -1,7 +1,7 @@ #!/usr/bin/env sh -export PCSC_CFLAGS="-I/usr/local/include/PCSC" -export PCSC_LIBS="-L/usr/local/lib -lpcsclite" +export PCSC_CFLAGS="-I/usr/include/PCSC" +export PCSC_LIBS="-L/usr/lib -lpcsclite" ./configure $KISS_CONFIGURE \ --prefix=/usr \ --enable-usbdropdir=/usr/local/lib/pcsc/drivers