util-linux-ng: enable old but working versions of mount/unmount

This commit is contained in:
Juergen Daubert 2012-09-08 17:41:56 +02:00
parent d67631f023
commit b7fd69ee76
2 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,6 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/uuid_time.3.gz
-rw-r--r-- root/root usr/man/man3/uuid_unparse.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/fstab.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/addpart.8.gz
-rw-r--r-- root/root usr/man/man8/agetty.8.gz

View File

@ -5,7 +5,7 @@
name=util-linux-ng
version=2.22
release=1
release=2
source=(http://ftp.kernel.org/pub/linux/utils/util-linux/v2.22/util-linux-$version.tar.xz)
build() {
@ -16,7 +16,8 @@ build() {
--disable-{nls,wall,mountpoint} \
--disable-{login,su,sulogin} \
--disable-utmpdump \
--enable-{write,raw,kill}
--enable-{write,raw,kill} \
--enable-deprecated-mount
make
make DESTDIR=$PKG install