commit edd3c54eae98f9f71d72f4105a37ab4c0e01b992
parent 9e4d0a6867ee0f2f865ab2f364dcb9ee4e864514
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon, 9 Jan 2017 23:30:02 +0200
Merge pull request #3803 from diizzyy/patch-22
admin/syslog-ng: Fix accidental inclusion of libs
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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 += \