From 4c8f6bc590800c1e550c123af89093158aa56445 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 19 Oct 2018 14:37:10 +0200 Subject: [PATCH] gcsf: rebuild with libressl-2.8 --- srcpkgs/gcsf/template | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gcsf/template b/srcpkgs/gcsf/template index 211b30c8b65..4d5445fdbc6 100644 --- a/srcpkgs/gcsf/template +++ b/srcpkgs/gcsf/template @@ -1,7 +1,7 @@ # Template file for 'gcsf' pkgname=gcsf version=0.1.18 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="fuse-devel libressl-devel" @@ -12,6 +12,14 @@ homepage="https://github.com/harababurel/gcsf" distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz" checksum=0753bf3de49af4f0983b65681f6755b6602875300a168dd0abc54884ecb7986d +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;; +esac + +pre_build() { + cargo update --package openssl-sys --precise 0.9.39 +} + post_install() { vlicense LICENSE }