bearssl: update to 0.5.
This commit is contained in:
parent
0addb10c58
commit
3157b722ea
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bearssl'
|
# Template file for 'bearssl'
|
||||||
pkgname=bearssl
|
pkgname=bearssl
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=2
|
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"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -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=674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4
|
checksum=400f7027f309f5c0e3784ad1f5a612cfadfa108a33d867f50c75974cabd7830c
|
||||||
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue