14 Aug
2023
14 Aug
'23
4:17 a.m.
ac_cv_lib_pcsclite_SCardEstablishContext=yes would be cached, causing AC_CHECK_LIB to use -lpcsclite on the second run. Fixes: f74c4af257e0856e6607d2823e4f03109111a4b6 This was failing when more than one commit was being built with a `cache.config`. Example of a build with this failure: https://gitlab.winehq.org/corngood/wine/-/jobs/25354 Example of a successful build with multiple changes on top of this one: https://gitlab.winehq.org/corngood/wine/-/jobs/25406 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3564