From 3c7965f5fd56926a1337e396cea865561f07a9ce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Jan 2020 17:58:44 +0100 Subject: [PATCH] xbps-static: update to 0.58. --- srcpkgs/xbps-static/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index ee59b724277..c852baa5196 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -1,8 +1,8 @@ # Template file for 'xbps-static' # NOTE: keep this package synchronized with "srcpkgs/xbps" pkgname=xbps-static -version=0.57.1 -revision=9 +version=0.58 +revision=1 # only musl archs="*-musl" wrksrc="xbps-${version}" @@ -16,11 +16,7 @@ license="BSD-2-Clause" homepage="https://www.voidlinux.org/xbps" changelog="https://github.com/void-linux/xbps/blob/master/NEWS" distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz" -checksum=bccad7c4187c467f322e6905fbe96839c00d2cbdda254c0c99b38eabeedb8678 - -# LTO objects break static builds, override -CFLAGS="-fno-lto" -LDFLAGS="-fno-lto" +checksum=c9cb0823d4aa72e57b1531bc01eb17dc66d64b461b8861bc4e081465a5dff144 do_configure() { ./configure --prefix=/usr --sysconfdir=/etc --enable-static