polarssl: switch to libressl.

This commit is contained in:
Juan RP 2014-07-15 09:18:26 +02:00
parent fe3e1e69ff
commit 7bc33c5779

View file

@ -1,11 +1,11 @@
# Template file for 'polarssl'
pkgname=polarssl
version=1.3.7
revision=2
revision=3
build_style=cmake
configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on"
hostmakedepends="cmake perl"
makedepends="zlib-devel openssl-devel"
makedepends="zlib-devel libressl-devel"
short_desc="Portable cryptographic and SSL/TLS library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"