From aa4e27bf4f1a27e219b6c6c78a481bd417eac0a7 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 28 Sep 2022 12:49:10 +0100 Subject: Fixed packages for next release --- repo/libnsl/libnsl.xibuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'repo/libnsl/libnsl.xibuild') diff --git a/repo/libnsl/libnsl.xibuild b/repo/libnsl/libnsl.xibuild index 8117fc9..fbc29bf 100644 --- a/repo/libnsl/libnsl.xibuild +++ b/repo/libnsl/libnsl.xibuild @@ -4,13 +4,13 @@ MAKEDEPS="make autoconf automake gettext libtirpc libtool" DEPS="intltool libtirpc musl" PKG_VER=2.0.0 -SOURCE=https://github.com/thkukuk/libnsl/archive/v$PKG_VER.tar.gz +SOURCE=https://github.com/thkukuk/libnsl/releases/download/v$PKG_VER/libnsl-$PKG_VER.tar.xz DESC="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" -prepare () { - autoreconf -vfi -} +#prepare () { + #autoreconf -vfi +#} build () { ./configure --prefix=/usr \ -- cgit v1.2.1