git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b621e71
)
admin/syslog-ng: Fix accidental inclusion of libs
author
Daniel Engberg
<redacted>
Mon, 9 Jan 2017 15:15:50 +0000
(16:15 +0100)
committer
Daniel Engberg
<redacted>
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 <redacted>
admin/syslog-ng/Makefile
patch
|
blob
|
history
diff --git
a/admin/syslog-ng/Makefile
b/admin/syslog-ng/Makefile
index fa3458bebc0ce984b4335938c8a233bfc73c81d6..0486164ef34a189b8659c986f716a89eb2db424b 100644
(file)
--- 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 += \
git clone https://git.99rst.org/PROJECT