summaryrefslogtreecommitdiffstats
path: root/utils/ccid/patches/010-macos.patch
blob: 114ee4445716aca3a7e2a078888217499a666494 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ AC_CHECK_FUNCS(strlcpy strlcat secure_ge
 # Select OS specific versions of source files.
 AC_SUBST(BUNDLE_HOST)
 AC_SUBST(DYN_LIB_EXT)
-BUNDLE_HOST=`uname | sed -e s,/,_,`
+BUNDLE_HOST=Linux
 DYN_LIB_EXT="so"
 AS_CASE([$BUNDLE_HOST],
 	[Darwin], [BUNDLE_HOST=MacOS DYN_LIB_EXT="dylib"],