[pkg-opensc-commit] [opensc] 03/23: fixed library name of smm-local

Eric Dorland eric at moszumanska.debian.org
Sun Jul 23 18:23:08 UTC 2017


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

eric pushed a commit to branch master
in repository opensc.

commit 1258aa87a7296220ac4deb92a8db6a47980ef9a7
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Thu Jun 22 10:34:46 2017 +0200

    fixed library name of smm-local
---
 configure.ac        | 1 -
 src/smm/Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3deec25..ba45c21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -776,7 +776,6 @@ if test "${enable_sm}" = "yes"; then
 			DEFAULT_SM_MODULE_PATH="\# module_path = \"\";"
 		;;
 		*)
-			DEFAULT_SM_MODULE="libsmm-local.so"
 			DEFAULT_SM_MODULE_PATH="module_path = \$(libdir);"
 		;;
 	esac
diff --git a/src/smm/Makefile.am b/src/smm/Makefile.am
index d63606d..50d8cd8 100644
--- a/src/smm/Makefile.am
+++ b/src/smm/Makefile.am
@@ -19,6 +19,6 @@ libsmm_local_la_SOURCES = smm-local.c sm-module.h \
 	sm-card-authentic.c sm-card-iasecc.c \
 	smm-local.exports
 libsmm_local_la_LIBADD = $(OPTIONAL_OPENSSL_LIBS) ../libopensc/libopensc.la
-libsmm_local_la_LDFLAGS = -no-undefined -version-info @OPENSC_LT_CURRENT@:@OPENSC_LT_REVISION@:@OPENSC_LT_AGE@
+libsmm_local_la_LDFLAGS = -module -shared -no-undefined -version-info @OPENSC_LT_CURRENT@:@OPENSC_LT_REVISION@:@OPENSC_LT_AGE@
 
 # noinst_HEADERS = sm.h

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



More information about the pkg-opensc-commit mailing list