summaryrefslogtreecommitdiff
path: root/extra/cifs-utils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-08 00:02:17 +0000
committerroot <root@rshg054.dnsready.net>2012-08-08 00:02:17 +0000
commit6c114b503b2456476f22ff6bdb2b45cac8dac612 (patch)
tree663d91755132361628dec7a42b77734ecf7b36b7 /extra/cifs-utils
parent9d36fcd5638035abf19f303deebd9e861d384254 (diff)
Wed Aug 8 00:02:17 UTC 2012
Diffstat (limited to 'extra/cifs-utils')
-rw-r--r--extra/cifs-utils/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/cifs-utils/PKGBUILD b/extra/cifs-utils/PKGBUILD
index f6e7f9fc1..a43807982 100644
--- a/extra/cifs-utils/PKGBUILD
+++ b/extra/cifs-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 164327 2012-07-30 12:57:18Z tpowa $
+# $Id: PKGBUILD 164812 2012-08-06 16:16:22Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=cifs-utils
pkgver=5.6
-pkgrel=1
+pkgrel=2
pkgdesc="CIFS filesystem user-space tools"
arch=(i686 x86_64)
url="http://wiki.samba.org/index.php/LinuxCIFS_utils"
@@ -12,7 +12,9 @@ source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ # systemd support is broken in mount.cifs
+ # https://bugs.archlinux.org/task/30958
+ ./configure --prefix=/usr --disable-systemd
make
}