mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zola: rebuild for libressl-2.9.2.
This commit is contained in:
parent
b909532a61
commit
05355ee225
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zola'
|
# Template file for 'zola'
|
||||||
pkgname=zola
|
pkgname=zola
|
||||||
version=0.7.0
|
version=0.7.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel libsass-devel"
|
makedepends="libressl-devel libsass-devel"
|
||||||
|
@ -18,6 +18,11 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) broken="https://github.com/rust-lang/rust/issues/60184" ;;
|
i686*) broken="https://github.com/rust-lang/rust/issues/60184" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.46
|
||||||
|
cargo update --package openssl --precise 0.10.22
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue