[pkg-opensc-commit] [pkcs11-helper] 30/60: Doc update

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:43 UTC 2017


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

eric pushed a commit to tag pkcs11-helper-1.02
in repository pkcs11-helper.

commit 7354a00dcf7119007fea23b81694822542832aff
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Fri Dec 8 21:39:18 2006 +0000

    Doc update
---
 INSTALL | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 43eb7d6..d60582e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -38,7 +38,6 @@ Cross-MinGW32
 				OPENSSL_CFLAGS="-I${w32root}/include" \
 				OPENSSL_LIBS="-L${w32root}/lib -lcrypto"
 											
-		[[Add --with-cygwin-native if you use cygwin for native win32]]
 		make
 		make install DESTDIR=${w32root}
 
@@ -48,6 +47,23 @@ Cross-MinGW32
 			/name:libpkcs11-helper-1.dll \
 			/out:libpkcs11-helper-1.lib
 
+Native-Cygwin
+	Dependencies:
+		Same as Cross-MinGW32
+
+	Build:
+		w32root=/tmp/w32root
+
+		Without openssl engine:
+			./configure --prefix=/ --with-cygwin-native --disable-openssl
+		With openssl engine:
+			./configure --prefix=/ --with-cygwin-native \
+				PKG_CONFIG=true \
+				OPENSSL_CFLAGS="-I${w32root}/include" \
+				OPENSSL_LIBS="-L${w32root}/lib -lcrypto"
+		make
+		make install DESTDIR=${w32root}
+
 Visual Studio
 	Dependencies:
 		None.

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



More information about the pkg-opensc-commit mailing list