polarssl: switch to libressl.
This commit is contained in:
parent
fe3e1e69ff
commit
7bc33c5779
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue