[pkg-opensc-commit] [opensc] 05/23: use so file extension for OS X bundles

Eric Dorland eric at moszumanska.debian.org
Tue Jul 5 06:01:10 UTC 2016


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

eric pushed a commit to branch master
in repository opensc.

commit 630e7ee08efe01c4a8db621df373f19153f8a2fd
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Wed May 18 17:08:40 2016 +0200

    use so file extension for OS X bundles
    
    partially reverts c3527f4a5b177a285bfc3d588629dfcd03c4de9b
---
 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8ac0fdc..80f51cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -549,10 +549,6 @@ if test "${enable_sm}" = "yes"; then
 		*-mingw*|*-winnt*|*-cygwin*)
 			DEFAULT_SM_MODULE_PATH="\# module_path = \"\";"
 		;;
-		*-apple-*)
-			DEFAULT_SM_MODULE="libsmm-local.dylib"
-			DEFAULT_SM_MODULE_PATH="module_path = \$(libdir);"
-		;;
 		*)
 			DEFAULT_SM_MODULE="libsmm-local.so"
 			DEFAULT_SM_MODULE_PATH="module_path = \$(libdir);"
@@ -635,11 +631,6 @@ case "${host}" in
 		LIBDIR=""
 		LIB_PRE=""
 		;;
-	*-apple-*)
-		DYN_LIB_EXT=".dylib"
-		LIBDIR="\$(libdir)/"
-		LIB_PRE="lib"
-		;;
 	*)
 		DYN_LIB_EXT=".so"
 		LIBDIR="\$(libdir)/"

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