diff options
author | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
commit | aa4e27bf4f1a27e219b6c6c78a481bd417eac0a7 (patch) | |
tree | 746e34a1e7395a5b6944a39b52f7a29c625edcd5 /repo/libnsl | |
parent | 1d77b08d11a459598975cd73a1c9539849c0d815 (diff) |
Fixed packages for next release
Diffstat (limited to 'repo/libnsl')
-rw-r--r-- | repo/libnsl/libnsl.xibuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |