From 69308e1f62203d313e0b083f553a0deadac46786 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 20 Apr 2021 00:24:15 +0300 Subject: [PATCH] nsss: update to 0.1.0.1. --- srcpkgs/nsss/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template index bf23155fd7..3baf958121 100644 --- a/srcpkgs/nsss/template +++ b/srcpkgs/nsss/template @@ -1,13 +1,14 @@ # Template file for 'nsss' pkgname=nsss -version=0.1.0.0 +version=0.1.0.1 revision=1 # Only available for musl archs="*-musl" build_style=configure configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib - --bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss" + --bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss + $(vopt_if static --enable-static-libc)" makedepends="skalibs-devel" short_desc="Minimal competing implementation of glibc's Name Switch Service" maintainer="mobinmob " @@ -15,7 +16,9 @@ license="ISC" homepage="https://skarnet.org/software/nsss/" changelog="https://skarnet.org/software/nsss/upgrade.html" distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz" -checksum=b88a389264a76893ef3ad9c086ea694f32b688ed22fb7480a2a172131c5f3d97 +checksum=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9 + +build_options="static" do_check() { : #checkdepends=s6, creates dependency cycle