[pkg-opensc-commit] [pam-p11] 56/66: Remove duplicate -shared

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:55 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 a00236737a663927d9a4162f4f9c985655e5730f
Author: Ludovic Rousseau <ludovic.rousseau at gmail.com>
Date:   Mon Oct 21 11:40:05 2013 +0200

    Remove duplicate -shared
    
    The bug was introduced in a5480c125930c29202c56a51055d37cc65bd52c1
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9c57e9e..8ab18af 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST = test.c
 
 AM_CFLAGS = $(OPENSSL_CFLAGS) $(LIBP11_CFLAGS) $(PAM_CFLAGS)
 LIBS = $(OPENSSL_LIBS) $(LIBP11_LIBS) $(PAM_LIBS)
-AM_LDFLAGS = -module -shared -avoid-version -shared -no-undefined \
+AM_LDFLAGS = -module -avoid-version -shared -no-undefined \
 	-export-symbols "$(srcdir)/pam_p11.exports"
 
 pam_LTLIBRARIES = pam_p11_openssh.la  pam_p11_opensc.la 

-- 
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