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 a108f6bce5538a23d083c94c9e40ab3fc46c3a2a
parent 8958f05f15c5609c54f7c36d8a81862015795ec0
Author: St John Karp <contact@stjo.hn>
Date:   Fri, 10 Jun 2022 12:14:20 -0400

opens: Fix pcsc path

As previously with ccid, fix the pcsc path to the correct location
for KISS Linux.

Diffstat:
Mextra/opensc/build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/opensc/build b/extra/opensc/build @@ -1,7 +1,7 @@ #!/usr/bin/env sh ./bootstrap -export PCSC_CFLAGS="-I/usr/local/include/PCSC" +export PCSC_CFLAGS="-I/usr/include/PCSC" ./configure $KISS_CONFIGURE \ --disable-strict \ --prefix=/usr \