zola: update to 0.10.1.
This commit is contained in:
parent
1e70492055
commit
df057619c2
2 changed files with 13 additions and 5 deletions
9
srcpkgs/zola/patches/openssl-sys.patch
Normal file
9
srcpkgs/zola/patches/openssl-sys.patch
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- Cargo.toml 2020-03-12 21:04:01.000000000 +0100
|
||||||
|
+++ - 2020-05-17 16:12:33.843887638 +0200
|
||||||
|
@@ -60,3 +60,6 @@
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
+
|
||||||
|
+[patch.crates-io]
|
||||||
|
+"openssl-sys" = {git = 'https://github.com/sfackler/rust-openssl', rev = "54fbab73b7a6b334e727511416b677b14dbbb8b7"}
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zola'
|
# Template file for 'zola'
|
||||||
pkgname=zola
|
pkgname=zola
|
||||||
version=0.10.0
|
version=0.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,18 +11,17 @@ license="MIT"
|
||||||
homepage="https://github.com/getzola/zola"
|
homepage="https://github.com/getzola/zola"
|
||||||
changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
|
changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
|
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
|
||||||
checksum=af8160f1536c9b69153dc041a2e23f359b6acb2a9a2235333e887397d8a6634d
|
checksum=cf5992e935d2f236985b57f357bb6e6738e83b13b0ae50278da66382a0af106c
|
||||||
|
|
||||||
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/26379/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
ppc*) broken="segfaults" ;;
|
ppc*) broken="segfaults" ;;
|
||||||
armv6l-musl) broken="triggers segfault in rustc" ;;
|
*-musl) broken="triggers segfault in rustc" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export PKG_CONFIG_ALL_DYNAMIC=1
|
export PKG_CONFIG_ALL_DYNAMIC=1
|
||||||
export RUSTONIG_SYSTEM_LIBONIG=1
|
export RUSTONIG_SYSTEM_LIBONIG=1
|
||||||
|
cargo update --package openssl-sys
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue