From 3ecac78023d693c96a3e43bb93626e4f6094b14c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 7 Jan 2019 19:39:40 +0000 Subject: system/util-linux: enable last(1), link with utmps --- system/util-linux/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'system') diff --git a/system/util-linux/APKBUILD b/system/util-linux/APKBUILD index 350ffe057..138d6f402 100644 --- a/system/util-linux/APKBUILD +++ b/system/util-linux/APKBUILD @@ -9,7 +9,7 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=0 +pkgrel=1 pkgdesc="Official Linux system management utilities" url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git" arch="all" @@ -43,8 +43,8 @@ prepare() { build() { cd "$builddir" - # login utils are provided by shadow (with PAM) or busybox (no PAM) --nenolod - ./configure \ + # login utils are provided by shadow + LIBS="-lutmps -lskarnet" ./configure \ --build=$CBUILD \ --host=$CHOST \ --with-sysroot=$CBUILDROOT \ @@ -54,7 +54,6 @@ build() { --disable-tls \ --disable-kill \ --disable-login \ - --disable-last \ --disable-sulogin \ --disable-su \ --without-python -- cgit v1.2.3-60-g2f50