CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.26
[ports/core-arm.git] / util-linux / Pkgfile
index a4ac7958b6764db3388586f57decde6cf59874ac..3e1374fc298c86b3eeeb779202024c4ffaf55d1f 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: ncurses zlib
 
 name=util-linux
-version=2.24.2
+version=2.26
 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.26/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
@@ -15,8 +15,9 @@ build() {
   ./configure --prefix=/usr \
               --mandir=/usr/man \
               --disable-nls \
-              --disable-{login,su,sulogin,nologin} \
-              --enable-{write,raw,kill}
+              --disable-{login,su,sulogin,nologin,runuser} \
+              --enable-{write,raw,kill} \
+              --without-python
 
   make
   make DESTDIR=$PKG install