automate cross compile for windows in win32. use the power of the opensc build script
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@772 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
13
npa/win32/build_fix_zlib.patch
Normal file
13
npa/win32/build_fix_zlib.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: build/build
|
||||
===================================================================
|
||||
--- build.orig/build 2012-04-15 20:42:56.183646915 +0200
|
||||
+++ build/build 2012-04-15 20:43:06.951700312 +0200
|
||||
@@ -419,7 +419,7 @@
|
||||
OPENSC_COMPONENTS="pcsc"
|
||||
export PKG_CONFIG="true"
|
||||
export MAN2HTML="true"
|
||||
- export ZLIB_LIBS="-L${OPENSC_ROOT}/lib -lzdll"
|
||||
+ #export ZLIB_LIBS="-L${OPENSC_ROOT}/lib -lzdll"
|
||||
export ICONV_CFLAGS="-I${OPENSC_ROOT}/include"
|
||||
export ICONV_LIBS="-L${OPENSC_ROOT}/lib -liconv"
|
||||
fi
|
||||
Reference in New Issue
Block a user