mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
alpine: rebuild for openssl3
This commit is contained in:
parent
2dce262a3f
commit
0ae39e4d49
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.26
|
version=2.26
|
||||||
revision=1
|
revision=2
|
||||||
_githash=9726c098a739edfdca6218bc5dee104c310957e9
|
_githash=9726c098a739edfdca6218bc5dee104c310957e9
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,6 +17,8 @@ license="Apache-2.0"
|
||||||
homepage="https://repo.or.cz/alpine.git"
|
homepage="https://repo.or.cz/alpine.git"
|
||||||
distfiles="https://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
distfiles="https://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||||
checksum=c8c377eab0f65b51283e0ad3144be143065dca4463d12ccf5092ae841515a431
|
checksum=c8c377eab0f65b51283e0ad3144be143065dca4463d12ccf5092ae841515a431
|
||||||
|
# weird fail with openssl3 otherwise
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/run test program/s/^/: /' \
|
sed -i -e '/run test program/s/^/: /' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue