Date: Monday, August 6, 2012 @ 12:15:53 Author: tpowa Revision: 164811
upgpkg: cifs-utils 5.6-2 disable systemd support https://bugs.archlinux.org/task/30958 Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-08-06 13:29:17 UTC (rev 164810) +++ PKGBUILD 2012-08-06 16:15:53 UTC (rev 164811) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> 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 @@ 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 }
