From 54d61536afafbfc25b577d44d030ae017b92956c Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 20 Apr 2021 00:23:36 +0300 Subject: [PATCH] s6-rc: update to 0.5.2.2. --- srcpkgs/s6-rc/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template index 31cce8d8e9..41565de3c4 100644 --- a/srcpkgs/s6-rc/template +++ b/srcpkgs/s6-rc/template @@ -1,11 +1,12 @@ # Template file for 's6-rc' pkgname=s6-rc -version=0.5.2.1 +version=0.5.2.2 revision=1 build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps - --with-lib=${XBPS_CROSS_BASE}/usr/lib" + --with-lib=${XBPS_CROSS_BASE}/usr/lib + $(vopt_if static --enable-static-libc)" makedepends="execline-devel skalibs-devel s6-devel" depends="s6>=2.9.0.0_1 execline>=2.5.2.0_1" short_desc="Service manager of the s6 init system" @@ -14,7 +15,9 @@ license="ISC" homepage="https://skarnet.org/software/s6-rc/" changelog="https://skarnet.org/software/s6-rc/upgrade.html" distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=2842fa55e2bddb65573d78d2c475c4a2f2b26b9258a18b457f8a0342e2fafa0a +checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89 + +build_options="static" post_install() { vlicense COPYING