Skip to content

Commit

Permalink
net/freerdp3: fix dependency from libpcsclite.so
Browse files Browse the repository at this point in the history
libpcsclite.so is not dynamically linked - it loaded in runtime.
Option PCSC isn't default.
  • Loading branch information
VVD committed Apr 30, 2024
1 parent 6606ac0 commit 97a0b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/freerdp3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ OPUS_LIB_DEPENDS= libopus.so:audio/opus
OPUS_CMAKE_BOOL= WITH_OPUS

# LoadLibraryA("libpcsclite.so")
PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
PCSC_RUN_DEPENDS= ${LOCALBASE}/lib/libpcsclite.so:devel/pcsc-lite
PCSC_CMAKE_BOOL= WITH_PCSC

PKCS11_BUILD_DEPENDS= ${LOCALBASE}/include/pkcs11-helper-1.0/pkcs11.h:security/pkcs11-helper
Expand Down

0 comments on commit 97a0b5e

Please sign in to comment.