zola: remove libressl build dep
they switched to rustls at 0.10.0
This commit is contained in:
parent
c93fd36987
commit
b7ab9fe138
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ version=0.13.0
|
|||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel libsass-devel oniguruma-devel"
|
||||
makedepends="libsass-devel oniguruma-devel"
|
||||
short_desc="Fast opinionated static site generator written in rust"
|
||||
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||
license="MIT"
|
||||
|
@ -13,8 +13,9 @@ changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
|
|||
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
|
||||
checksum=84c20cf5c851a465266c5cc343623752102c53929f6da31b2a4ce747a87c5c23
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
ppc*) broken="segfaults" ;;
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|arm*|aarch64*) ;;
|
||||
*) broken="ftbfs in ring" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue