summaryrefslogtreecommitdiff
path: root/core/util-linux/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-25 23:14:59 +0000
committerroot <root@rshg054.dnsready.net>2011-09-25 23:14:59 +0000
commit21efc9511d14394cc1d8426e2e0a6c668964fbe9 (patch)
tree7e6141022e93959706f4a4cba61e40b0d083161b /core/util-linux/PKGBUILD
parent38a0b12ffffc8842019f47425b60688253e709b0 (diff)
Sun Sep 25 23:14:59 UTC 2011
Diffstat (limited to 'core/util-linux/PKGBUILD')
-rw-r--r--core/util-linux/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD
index 7ac817394..9d3587597 100644
--- a/core/util-linux/PKGBUILD
+++ b/core/util-linux/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 137777 2011-09-10 22:03:07Z tomegun $
+# $Id: PKGBUILD 138467 2011-09-24 11:28:45Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=util-linux
pkgver=2.20
-pkgrel=2
+pkgrel=3
pkgdesc="Miscellaneous system utilities for Linux"
url="http://userweb.kernel.org/~kzak/util-linux-ng/"
arch=('i686' 'x86_64')
@@ -19,14 +19,16 @@ source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${
agetty-typo.patch
write-freopen.patch
dmesg-non-printk.patch
- dmesg-space.patch)
+ dmesg-space.patch
+ dont-close-0.patch
+ fix-remount.patch)
optdepends=('perl: for chkdupexe support')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# patches from master
- for patch in agetty-typo.patch write-freopen.patch dmesg-non-printk.patch dmesg-space.patch; do
+ for patch in agetty-typo.patch write-freopen.patch dmesg-non-printk.patch dmesg-space.patch dont-close-0.patch fix-remount.patch; do
patch -Np1 -i "${srcdir}/${patch}"
done
@@ -37,7 +39,8 @@ build() {
--enable-write\
--enable-raw\
--disable-wall\
- --enable-partx
+ --enable-partx\
+ --enable-libmount-mount
make
}
@@ -53,4 +56,6 @@ md5sums=('4dcacdbdafa116635e52b977d9d0e879'
'13838c6dd8df686e0f01ad0f236d2690'
'465817ff8f7c08411c8011ee91b50318'
'f3ca75a1a22a2a739c5c22d92dc07ab0'
- 'd9768f0b42d36d72c02ac7797b922ba1')
+ 'd9768f0b42d36d72c02ac7797b922ba1'
+ '37eae52af90c214dda73874c701fa246'
+ '344c780b9e08826dd8befe4271b41ed3')