summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey D2016-03-27 09:45:24 +0300
committerAlexey D2016-03-27 09:45:24 +0300
commitf6303df183d7be5aecdf01b2ba5ea5876fc2ede2 (patch)
treef8a199194ea50acb58b1447d0ca88d8d982befea /PKGBUILD
parent801304993605d7344d5ceae788db7d7554c757b7 (diff)
downloadaur-f6303df183d7be5aecdf01b2ba5ea5876fc2ede2.tar.gz
Added --disable-libaudit into configure options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab57d4e48a4..5d2ecbc273e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
pkgname=dbus-nosystemd
pkgver=1.10.8
-pkgrel=1
+pkgrel=2
pkgdesc="Freedesktop.org message bus system"
url="http://www.freedesktop.org/Software/dbus"
arch=(i686 x86_64)
@@ -41,6 +41,7 @@ build() {
--disable-static \
--disable-tests \
--disable-asserts \
+ --disable-libaudit \
--disable-systemd
make