[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 18 11:09:29 UTC 2017


    Date: Saturday, February 18, 2017 @ 11:09:29
  Author: arojas
Revision: 289143

Use system libmongoc

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 10:59:50 UTC (rev 289142)
+++ PKGBUILD	2017-02-18 11:09:29 UTC (rev 289143)
@@ -3,16 +3,17 @@
 
 pkgname=syslog-ng
 pkgver=3.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
 arch=('i686' 'x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/"
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
-makedepends=('python2' 'libxslt' 'json-c')
+makedepends=('python2' 'libxslt' 'json-c' 'libmongoc')
 optdepends=('logrotate: for rotating log files'
 	    'json-c: for json-plugin'
-            'curl: for the HTTP module')
+            'curl: for the HTTP module'
+            'libmongoc: for the MongoDB plugin')
 backup=('etc/syslog-ng/scl.conf'
         'etc/syslog-ng/syslog-ng.conf'
         'etc/logrotate.d/syslog-ng')
@@ -33,7 +34,7 @@
     --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng \
     --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
     --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --enable-manpages --with-jsonc=system
+    --enable-manpages --with-jsonc=system --with-mongoc=system
   make
 }
 



More information about the arch-commits mailing list