summaryrefslogtreecommitdiff
path: root/testing/util-linux/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/util-linux/PKGBUILD')
-rw-r--r--testing/util-linux/PKGBUILD28
1 files changed, 6 insertions, 22 deletions
diff --git a/testing/util-linux/PKGBUILD b/testing/util-linux/PKGBUILD
index c8d71e48e..2daf29ea4 100644
--- a/testing/util-linux/PKGBUILD
+++ b/testing/util-linux/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 151651 2012-02-29 16:49:07Z tomegun $
+# $Id: PKGBUILD 153424 2012-03-13 15:26:09Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=util-linux
pkgver=2.21
-pkgrel=4
+pkgrel=5
pkgdesc="Miscellaneous system utilities for Linux"
url="http://www.kernel.org/pub/linux/utils/util-linux/"
arch=('i686' 'x86_64')
@@ -15,12 +15,7 @@ provides=("util-linux-ng=${pkgver}")
license=('GPL2')
options=('!libtool')
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.xz
- libmount-canonicalize-all-paths-from-fs-tab.patch
- lib-canonicalize-always-remove-tailing-slash.patch
- libmount-canonicalize-targets-from-fstab-on-mount-a.patch
- mount-new-cleanup-mount-a-return-codes.patch
- libmount-use-mount.-type-s-for-NFS-only.patch
- libmount-allow-empty-source-for-mount-2-syscall.patch)
+ stable-fixes-2.21.patch)
optdepends=('perl: for chkdupexe support')
build() {
@@ -29,19 +24,13 @@ build() {
# hardware clock
sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
- patch -p1 -i ../libmount-canonicalize-all-paths-from-fs-tab.patch
- patch -p1 -i ../lib-canonicalize-always-remove-tailing-slash.patch
- patch -p1 -i ../libmount-canonicalize-targets-from-fstab-on-mount-a.patch
- patch -p1 -i ../mount-new-cleanup-mount-a-return-codes.patch
- patch -p1 -i ../libmount-use-mount.-type-s-for-NFS-only.patch
- patch -p1 -i ../libmount-allow-empty-source-for-mount-2-syscall.patch
+ patch -p1 -i ../stable-fixes-2.21.patch
./configure --prefix=/usr \
--libdir=/usr/lib \
--enable-write \
--enable-raw \
- --disable-wall \
- --enable-new-mount
+ --disable-wall
make
}
@@ -59,9 +48,4 @@ package() {
rm -r usr/share/man/ru
}
md5sums=('208aa058f4117759d2939d1be7d662fc'
- 'c4011222a19b020d9b8465c3c7e443f6'
- '8c1bf7b10e22e2b835441e6ae2d804d6'
- '7b92423c588ed35229a9a166349c29a9'
- 'c483ab2d52609b5857d096b256a5075c'
- 'e31037773db7f3244b71db434f60e6f0'
- '2de5ae7916e79970e90bf06542e43d86')
+ '415b850a4efa9174cd9c34022949f177')