0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
termux-packages/packages/opensc/libpcsclite-name.patch
Henrik Grimler e1189e96bc addpkg(main/opensc): 0.26.1
opensc is a useful package when dealing cryptographic smartcards(/usb
devices).
2025-02-07 20:14:44 +01:00

12 lines
299 B
Diff

--- ./configure.ac~ 2025-02-01 11:08:02.908868345 +0000
+++ ./configure.ac 2025-02-01 11:23:38.428887828 +0000
@@ -918,7 +918,7 @@
DEFAULT_PCSC_PROVIDER="winscard.dll"
;;
*)
- DEFAULT_PCSC_PROVIDER="libpcsclite.so.1"
+ DEFAULT_PCSC_PROVIDER="libpcsclite.so"
;;
esac
else