From 5981d4297df87673af56973f38952c5b732d11a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sun, 15 Mar 2015 20:08:56 +0000 Subject: [PATCH] linking needs crypto ssl and pcsclite --- src/libpcscxx.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libpcscxx.pc.in b/src/libpcscxx.pc.in index 101ba0d..6254f6a 100644 --- a/src/libpcscxx.pc.in +++ b/src/libpcscxx.pc.in @@ -6,6 +6,6 @@ includedir=${prefix}/include Name: @PACKAGE_NAME@ Description: C++ wrappers around pcsc-lite, cryptoki, openssh Version: @VERSION@ -Libs: -L${libdir} -lpcscxx -lcrypto @LDFLAGS@ +Libs: -L${libdir} -lpcscxx -lcrypto -lpcsclite -lssl @LDFLAGS@ Libs.private: Cflags: -I${includedir} @CPPFLAGS@