diff options
Diffstat (limited to 'install-win32')
-rw-r--r-- | install-win32/build-pkcs11-helper.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install-win32/build-pkcs11-helper.sh b/install-win32/build-pkcs11-helper.sh index 4ec2dff..ca139f5 100644 --- a/install-win32/build-pkcs11-helper.sh +++ b/install-win32/build-pkcs11-helper.sh @@ -1,5 +1,5 @@ F=pkcs11-helper-1.05 -OPENSSL_DIR=`pwd`/openssl-0.9.7m +OPENSSL_DIR=`pwd`/openssl-0.9.8h PKCS11_HELPER_DIR=`pwd`/pkcs11-helper rm -rf $PKCS11_HELPER_DIR @@ -12,7 +12,6 @@ tar xfj $tbz cd $F ./configure \ MAN2HTML=true \ - ac_cv_type_size_t=no \ --disable-crypto-engine-gnutls \ --disable-crypto-engine-nss \ PKG_CONFIG=true \ @@ -21,3 +20,5 @@ cd $F make make install DESTDIR="${PKCS11_HELPER_DIR}" + +# ./configure doesn't need this any more: ac_cv_type_size_t=no |