taizen: rebuild with libressl-2.8

This commit is contained in:
Johannes 2018-10-19 14:37:51 +02:00
parent f8747f882f
commit 7ebbdfb14d
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- Cargo.toml.orig 2018-10-30 00:39:37.753448674 +0100
+++ Cargo.toml 2018-10-30 00:40:01.649440996 +0100
@@ -13,3 +13,7 @@
urlencoding = "1.0.0"
clap = "2.32.0"
lazy_static = "1.0.2"
+
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}

View File

@ -1,7 +1,7 @@
# Template file for 'taizen'
pkgname=taizen
version=0.0.0.20180808
revision=2
revision=3
_githash=39f77b5c1128d710b12244e433677daaf87c085e
wrksrc="${pkgname}-${_githash}"
build_style=cargo
@ -15,6 +15,10 @@ distfiles="${homepage}/archive/${_githash}.tar.gz"
checksum=7de71509bc2b4494af1e103ddb18e0eeafe0bd90c797d6cae343c44f583bfd15
nocross="Attempts to run non-native binaries during build"
pre_build() {
cargo update --package openssl-sys --precise 0.9.35
}
post_install () {
vlicense LICENSE
}