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>
This commit is contained in:
parent
b621e71dfb
commit
372fe29d0a
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=syslog-ng
|
PKG_NAME:=syslog-ng
|
||||||
PKG_VERSION:=3.8.1
|
PKG_VERSION:=3.8.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -51,6 +51,8 @@ CONFIGURE_ARGS += \
|
||||||
--disable-spoof-source \
|
--disable-spoof-source \
|
||||||
--disable-sql \
|
--disable-sql \
|
||||||
--disable-linux-caps \
|
--disable-linux-caps \
|
||||||
|
--disable-smtp \
|
||||||
|
--disable-redis \
|
||||||
--enable-prce \
|
--enable-prce \
|
||||||
|
|
||||||
TARGET_CPPFLAGS += \
|
TARGET_CPPFLAGS += \
|
||||||
|
|
Loading…
Reference in a new issue