aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-01-09 16:15:50 +0100
committerDaniel Engberg <daniel.engberg.lists@pyret.net>2017-01-09 16:21:21 +0100
commit372fe29d0aac78e8b15443ed5eca255bced04d7b (patch)
treea7e6975261e9f5ff4fca417a3dc13fdaa8fc6433 /admin
parentb621e71dfbecee3461573482315d5b07e7adf0b2 (diff)
admin/syslog-ng: Fix accidental inclusion of libs
Disable SMTP and Redis support Error generated by buildbots. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'admin')
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/syslog-ng/Makefile b/admin/syslog-ng/Makefile
index fa3458beb..0486164ef 100644
--- a/admin/syslog-ng/Makefile
+++ b/admin/syslog-ng/Makefile
@@ -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 += \