Search
j0ke.net Open Build Service
>
Projects
>
devel
:
libs
>
yaSSL
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
cyassl.spec
@@ -10,6 +10,7 @@ License: GPLv2 Source0: %{pkgname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{pkgname}-%{version}-root +BuildRequires: zlib-devel %description The CyaSSL embedded SSL library is a lightweight, portable, @@ -36,6 +37,7 @@ %build %configure \ + --with-libz=%{_prefix} \ --enable-tlsx \ --enable-sni \ --enable-ocsp \ @@ -63,8 +65,10 @@ --enable-hc128 \ --enable-rabbit \ --enable-ntru \ + --enable-pkcs7 \ + --enable-scep \ --enable-truncatedhmac \ - --enable-supportedcurves + --enable-supportedcurves \ --enable-renegotiation-indication %install