From c85e6b810010a667d6726cab91f6f00e2ac3de8d Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 20 Apr 2021 00:23:30 +0300 Subject: [PATCH] s6: update to 2.10.0.3. --- srcpkgs/s6/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template index 70e65e51a5c..730c74a530a 100644 --- a/srcpkgs/s6/template +++ b/srcpkgs/s6/template @@ -1,12 +1,13 @@ # Template file for 's6' pkgname=s6 -version=2.10.0.2 +version=2.10.0.3 revision=1 build_style=configure configure_args="--libdir=/usr/lib --bindir=/usr/bin --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib - --exec-prefix=/usr" + --exec-prefix=/usr + $(vopt_if static --enable-static-libc)" makedepends="execline-devel skalibs-devel" short_desc="Small suite of programs for UNIX, designed to allow process supervision" maintainer="Duncaen " @@ -14,7 +15,9 @@ license="ISC" homepage="http://skarnet.org/software/s6/" changelog="https://skarnet.org/software/s6/upgrade.html" distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz" -checksum=b23afce87080b848b89499e85ebd93c20269e6db23f6ef65e58386c9cecd6c21 +checksum=1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757 + +build_options="static" case "$XBPS_TARGET_MACHINE" in *-musl)