mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-static: update to 0.57.1
This commit is contained in:
parent
3579b001df
commit
61cdc7513c
1 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'xbps-static'
|
# Template file for 'xbps-static'
|
||||||
# NOTE: keep this package synchronized with "srcpkgs/xbps"
|
# NOTE: keep this package synchronized with "srcpkgs/xbps"
|
||||||
pkgname=xbps-static
|
pkgname=xbps-static
|
||||||
version=0.56
|
version=0.57.1
|
||||||
revision=5
|
revision=1
|
||||||
# only musl
|
# only musl
|
||||||
archs="*-musl"
|
archs="*-musl"
|
||||||
wrksrc="xbps-${version}"
|
wrksrc="xbps-${version}"
|
||||||
|
@ -16,7 +16,11 @@ license="BSD-2-Clause"
|
||||||
homepage="https://www.voidlinux.org/xbps"
|
homepage="https://www.voidlinux.org/xbps"
|
||||||
changelog="https://github.com/void-linux/xbps/blob/master/NEWS"
|
changelog="https://github.com/void-linux/xbps/blob/master/NEWS"
|
||||||
distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz"
|
distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz"
|
||||||
checksum=e46521513b0c0ff486cc190089277381b18db45e770b04f799dc4eec99ffccd4
|
checksum=bccad7c4187c467f322e6905fbe96839c00d2cbdda254c0c99b38eabeedb8678
|
||||||
|
|
||||||
|
# LTO objects break static builds, override
|
||||||
|
CFLAGS="-fno-lto"
|
||||||
|
LDFLAGS="-fno-lto"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --enable-static
|
./configure --prefix=/usr --sysconfdir=/etc --enable-static
|
||||||
|
|
Loading…
Add table
Reference in a new issue