bearssl: update to 0.6.

This commit is contained in:
Leah Neukirchen 2018-08-15 16:09:18 +02:00
parent abae6daf0b
commit acbb487509

View file

@ -1,6 +1,6 @@
# Template file for 'bearssl' # Template file for 'bearssl'
pkgname=bearssl pkgname=bearssl
version=0.5 version=0.6
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Implementation of the SSL/TLS protocol in C" short_desc="Implementation of the SSL/TLS protocol in C"
@ -9,7 +9,7 @@ license="MIT"
homepage="https://www.bearssl.org/" homepage="https://www.bearssl.org/"
_changelog="https://www.bearssl.org/changelog.html" _changelog="https://www.bearssl.org/changelog.html"
distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz" distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz"
checksum=400f7027f309f5c0e3784ad1f5a612cfadfa108a33d867f50c75974cabd7830c checksum=6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14
CFLAGS="-fPIC" CFLAGS="-fPIC"
make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0" make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0"