libtls: fix build
This commit is contained in:
parent
306e36b5a3
commit
49a3a5f1eb
|
@ -2,6 +2,8 @@
|
||||||
pkgname=libtls
|
pkgname=libtls
|
||||||
version=3.6.1
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_wrksrc="libressl-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
|
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -15,6 +17,7 @@ distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.g
|
||||||
checksum=acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774
|
checksum=acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774
|
||||||
_lssl_asm_ver="1.2.0"
|
_lssl_asm_ver="1.2.0"
|
||||||
replaces="libtls20>0"
|
replaces="libtls20>0"
|
||||||
|
patch_args="-Np1 --directory=${build_wrksrc}"
|
||||||
|
|
||||||
build_options="asm"
|
build_options="asm"
|
||||||
desc_option_asm="Use platform assembly for faster crypto"
|
desc_option_asm="Use platform assembly for faster crypto"
|
||||||
|
@ -35,7 +38,7 @@ esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
[ -z "$build_option_asm" ] && return 0
|
[ -z "$build_option_asm" ] && return 0
|
||||||
mv ../libressl-portable-asm-${_lssl_asm_ver} .
|
mv libressl-portable-asm-${_lssl_asm_ver} ${build_wrksrc}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue