summaryrefslogtreecommitdiff
path: root/community/systemd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-22 22:46:00 +0000
committerroot <root@rshg047.dnsready.net>2011-05-22 22:46:00 +0000
commit3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (patch)
treeb16474ab1e00c05c11f602c89c6ea093f8d8f0d7 /community/systemd/PKGBUILD
parent0fdfc2325867395ad4262d06b2d89955ac3cf6a4 (diff)
Sun May 22 22:46:00 UTC 2011
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r--community/systemd/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD
index aa0f011a6..ca47c7723 100644
--- a/community/systemd/PKGBUILD
+++ b/community/systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 47254 2011-05-20 00:38:37Z dreisner $
+# $Id: PKGBUILD 47349 2011-05-21 21:23:44Z dreisner $
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=systemd
pkgver=27
-pkgrel=1
+pkgrel=2
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -26,13 +26,18 @@ backup=(etc/systemd/system.conf
usr/lib/tmpfiles.d/x11.conf)
install=systemd.install
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2"
+ "mqueue-signed-int.patch"
"os-release")
md5sums=('6d6319e1817960459f13b300c4881f18'
+ '2ba01b4fc5c70eb51c223005fa5b9ecc'
'752636def0db3c03f121f8b4f44a63cd')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ # fix ABRT on systemctl status
+ patch -Np1 <"$srcdir/mqueue-signed-int.patch"
+
./configure --prefix=/usr \
--with-rootdir= \
--sysconfdir=/etc \