X-Git-Url: http://gitweb/?a=blobdiff_plain;f=util-linux%2FPkgfile;h=7083ad7d7483d462388f0ce92b863e0bed75089d;hb=50fa4f8bf2e0ec34e9bdaa1beeedc200253f9e00;hp=0cb3b4871aa41d6779bfef18c43d7a30d4867853;hpb=0e01fd580abcfeffc52167b6af5218d455ab1bf4;p=ports%2Fcore-arm.git diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index 0cb3b48..7083ad7 100644 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -5,9 +5,9 @@ # Depends on: ncurses zlib name=util-linux -version=2.24 +version=2.27 release=1 -source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.24/$name-$version.tar.xz) +source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.27/$name-$version.tar.xz) build() { cd $name-$version @@ -15,9 +15,9 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls \ - --disable-{login,su,sulogin,nologin} \ - --disable-{last,mesg,wall} \ - --enable-{write,raw,kill} + --disable-{login,su,sulogin,nologin,runuser} \ + --enable-{write,raw,kill} \ + --without-python make make DESTDIR=$PKG install