Disabled capieng to fix build

This commit is contained in:
Kalev Lember 2010-06-19 19:53:35 +00:00
parent 5eeb7effd2
commit 637a5e79c4

View File

@ -201,6 +201,7 @@ make TABLE PERL=%{__perl}
--openssldir=%{_mingw32_sysconfdir}/pki/tls \ --openssldir=%{_mingw32_sysconfdir}/pki/tls \
zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \ 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 \ 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}- \ no-hw --cross-compile-prefix=%{_mingw32_target}- \
--enginesdir=%{_mingw32_libdir}/openssl/engines \ --enginesdir=%{_mingw32_libdir}/openssl/engines \
shared mingw shared mingw
@ -347,6 +348,7 @@ rm -rf $RPM_BUILD_ROOT
- Synced patches with Fedora native openssl-1.0.0a-1 - Synced patches with Fedora native openssl-1.0.0a-1
- Use sed to fix up cflags instead of unmaintainable patch - Use sed to fix up cflags instead of unmaintainable patch
- Rebased mingw32 specific patches - Rebased mingw32 specific patches
- Disabled capieng to fix build
* Thu Nov 26 2009 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.6.beta4 * Thu Nov 26 2009 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.6.beta4
- Merged patches from native Fedora openssl (up to 1.0.0-0.16.beta4) - Merged patches from native Fedora openssl (up to 1.0.0-0.16.beta4)