From 637a5e79c4cae6925985b07426cd43b9686f1cd7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 19 Jun 2010 19:53:35 +0000 Subject: [PATCH] Disabled capieng to fix build --- mingw32-openssl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mingw32-openssl.spec b/mingw32-openssl.spec index 671cfe5..9711b92 100644 --- a/mingw32-openssl.spec +++ b/mingw32-openssl.spec @@ -201,6 +201,7 @@ make TABLE PERL=%{__perl} --openssldir=%{_mingw32_sysconfdir}/pki/tls \ zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \ enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa \ + no-capieng \ no-hw --cross-compile-prefix=%{_mingw32_target}- \ --enginesdir=%{_mingw32_libdir}/openssl/engines \ shared mingw @@ -347,6 +348,7 @@ rm -rf $RPM_BUILD_ROOT - Synced patches with Fedora native openssl-1.0.0a-1 - Use sed to fix up cflags instead of unmaintainable patch - Rebased mingw32 specific patches +- Disabled capieng to fix build * Thu Nov 26 2009 Kalev Lember - 1.0.0-0.6.beta4 - Merged patches from native Fedora openssl (up to 1.0.0-0.16.beta4)