[pkg-opensc-commit] [pam-p11] 04/66: fix linking with libp11.

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:47 UTC 2017


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

eric pushed a commit to branch master
in repository pam-p11.

commit 7c8b43e21561da26f141f9d77433f43c8b9de6c7
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Tue Aug 30 14:11:29 2005 +0000

    fix linking with libp11.
---
 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c7d5e35..a2ef1fb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,10 +4,10 @@ AM_LDFLAGS = @OPENSSL_LIBS@ @LIBP11_LIBS@ -module -avoid-version
 lib_LTLIBRARIES = pam_p11_openssh.la  pam_p11_opensc.la 
 
 pam_p11_openssh_la_SOURCES =  pam_p11.c base64.c match_openssh.c
-pam_p11_openssh_la_LIBADD = @LIBSP11@ 
+pam_p11_openssh_la_LIBADD = @LIBP11_LIBS@ 
 
 pam_p11_opensc_la_SOURCES =  pam_p11.c match_opensc.c
-pam_p11_opensc_la_LIBADD = @LIBSP11@ 
+pam_p11_opensc_la_LIBADD = @LIBP11_LIBS@ 
 
 noinst_PROGRAMS= test
 

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



More information about the pkg-opensc-commit mailing list