linking needs crypto ssl and pcsclite

This commit is contained in:
Marc Wäckerlin
2015-03-15 20:08:56 +00:00
parent 23c6ce7cb0
commit 5981d4297d

View File

@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: @PACKAGE_NAME@ Name: @PACKAGE_NAME@
Description: C++ wrappers around pcsc-lite, cryptoki, openssh Description: C++ wrappers around pcsc-lite, cryptoki, openssh
Version: @VERSION@ Version: @VERSION@
Libs: -L${libdir} -lpcscxx -lcrypto @LDFLAGS@ Libs: -L${libdir} -lpcscxx -lcrypto -lpcsclite -lssl @LDFLAGS@
Libs.private: Libs.private:
Cflags: -I${includedir} @CPPFLAGS@ Cflags: -I${includedir} @CPPFLAGS@