summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey D2014-05-29 08:10:29 +0400
committerAlexey D2015-07-05 14:24:37 +0300
commitd8f02bf28c39aabf79967862e6651d8cd1e6e522 (patch)
tree6d2f9e1206fae0e9a52effe0a0e002d5a638118f /PKGBUILD
parent1b58893fe249b484aac93fa536644bdcb79f49e8 (diff)
downloadaur-d8f02bf28c39aabf79967862e6651d8cd1e6e522.tar.gz
version 3.5.3-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d9c8c295395..16b13619b918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=syslog-ng-nosystemd
pkgver=3.5.3
-pkgrel=3
+pkgrel=4
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
@@ -46,7 +46,8 @@ build() {
--with-pidfile-dir=/run \
--disable-spoof-source \
--enable-ipv6 \
- --disable-systemd
+ --disable-systemd \
+ --disable-json # non-buildable with current json-c package version
make
}