[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Thu Jun 13 20:53:52 UTC 2019
Date: Thursday, June 13, 2019 @ 20:53:52
Author: bluewind
Revision: 356023
From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Sun, 17 Mar 2019 19:52:57 +0100
Subject: Enable additional optional modules
Modified:
syslog-ng/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-13 20:53:50 UTC (rev 356022)
+++ PKGBUILD 2019-06-13 20:53:52 UTC (rev 356023)
@@ -8,7 +8,8 @@
url="https://www.syslog-ng.com/products/open-source-log-management/"
license=('GPL2' 'LGPL2.1')
depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'libnet')
-makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis' 'libdbi')
+makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
+ 'curl' 'libdbi' 'geoip' 'libmaxminddb')
checkdepends=('python-nose' 'python-pylint' 'python-ply')
optdepends=('logrotate: for rotating log files'
'json-c: for json-plugin'
@@ -18,7 +19,10 @@
'mongo-c-driver: for the MongoDB plugin'
'python: for the Python plugin'
'libesmtp: for the SMTP plugin'
- 'hiredis: fir the redis plugin')
+ 'hiredis: for the Redis plugin'
+ 'geoip: for the GeoIP plugin'
+ 'libmaxminddb: for the GeoIP2 plugin'
+ 'python: for Python-based plugins')
conflicts=('eventlog')
replaces=('eventlog')
backup=('etc/syslog-ng/scl.conf'
@@ -43,7 +47,9 @@
--sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share \
--with-pidfile-dir=/run --enable-spoof-source --enable-ipv6 --enable-sql --enable-smtp \
--enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --enable-manpages --with-jsonc=system
+ --enable-manpages --enable-http --enable-sql --enable-amqp --enable-mongodb --enable-redis \
+ --enable-geoip --enable-geoip2 \
+ --enable-python --with-python=3 --with-jsonc=system
make
}
More information about the arch-commits
mailing list