File pscs.patch of Package yubihsm-shell
Index: yubihsm-shell-2.6.0/ykhsmauth/CMakeLists.txt =================================================================== --- yubihsm-shell-2.6.0.orig/ykhsmauth/CMakeLists.txt +++ yubihsm-shell-2.6.0/ykhsmauth/CMakeLists.txt @@ -25,7 +25,7 @@ if(WIN32) endif(WIN32) include_directories ( - ${LIBPCSC_INCLUDEDIR} + /usr/include/PCSC/ ) add_library (ykhsmauth SHARED ${SOURCE})