admin/syslog-ng: Fix accidental inclusion of libs
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Mon, 9 Jan 2017 15:15:50 +0000 (16:15 +0100)
committerDaniel Engberg <daniel.engberg.lists@pyret.net>
Mon, 9 Jan 2017 15:21:21 +0000 (16:21 +0100)
Disable SMTP and Redis support
Error generated by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
admin/syslog-ng/Makefile

index fa3458bebc0ce984b4335938c8a233bfc73c81d6..0486164ef34a189b8659c986f716a89eb2db424b 100644 (file)
@@ -2,7 +2,7 @@ include  $(TOPDIR)/rules.mk
 
 PKG_NAME:=syslog-ng
 PKG_VERSION:=3.8.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 
@@ -51,6 +51,8 @@ CONFIGURE_ARGS += \
          --disable-spoof-source \
          --disable-sql \
          --disable-linux-caps \
+        --disable-smtp \
+        --disable-redis \
          --enable-prce \
 
 TARGET_CPPFLAGS += \