mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
git-brws: rebuild for openssl3
This commit is contained in:
parent
913d2dc5c7
commit
d60cc2f011
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-brws'
|
# Template file for 'git-brws'
|
||||||
pkgname=git-brws
|
pkgname=git-brws
|
||||||
version=0.11.12
|
version=0.11.12
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
|
@ -14,12 +14,16 @@ checksum=3a4bbf93f0b16562260ca66c2b60c655d5bfc690d0229d11757be76d95cb81c5
|
||||||
# Tests require git checkout and partially also GitHub tokens
|
# Tests require git checkout and partially also GitHub tokens
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
pre_build() {
|
post_patch() {
|
||||||
# fixes an indexmap error when cross compiling
|
# fixes an indexmap error when cross compiling
|
||||||
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
||||||
|
|
||||||
# fixes compilation on Rust 1.64 and higher
|
# fixes compilation on Rust 1.64 and higher
|
||||||
cargo update --package socket2:0.3.15 --precise 0.3.16
|
cargo update --package socket2:0.3.15 --precise 0.3.16
|
||||||
|
|
||||||
|
# required for openssl3 compat
|
||||||
|
cargo update --package openssl-sys:0.9.58 --precise 0.9.80
|
||||||
|
cargo update --package openssl:0.10.30 --precise 0.10.45
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue