[pkg-opensc-commit] [libp11] 159/239: Add openssl libcrypto to pkg-config private libs list to make sure that apps which link against static libp11 have -lcrypto on linker command line.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit f2b99768a9bc7bfc065a128555560d2fa0f1e974
Author: Martin Paljak <martin at martinpaljak.net>
Date:   Fri Jul 23 19:59:44 2010 +0000

    Add openssl libcrypto to pkg-config private libs list to make sure that apps which link against static libp11 have -lcrypto on linker command line.
    
    Patch by Kalev Lember
---
 src/libp11.pc.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libp11.pc.in b/src/libp11.pc.in
index d496752..255b220 100644
--- a/src/libp11.pc.in
+++ b/src/libp11.pc.in
@@ -7,5 +7,6 @@ Name: libp11
 Description: libp11
 Version: @VERSION@
 Libs: -L${libdir} -lp11
+Libs.private: -lcrypto
 Cflags: -I${includedir}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list