diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-09-18 22:09:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 22:09:37 -0400 |
commit | 07ae4d928e426d70d55c93cab074c820a28690ef (patch) | |
tree | c8259e37806061000a0cb01bdd6d5c3b7f29bbdb | |
parent | 94113ca4d60f7dae5bfb406118eee58f46427ed9 (diff) | |
parent | a5b01432fce1fe8843911a16ec8ec87fc270127f (diff) |
Merge pull request #6869 from pprindeville/syslog-ng-disable-tests
syslog-ng: disable tests as Travis is timing out
-rw-r--r-- | admin/syslog-ng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/syslog-ng/Makefile b/admin/syslog-ng/Makefile index 219ce03a8..d5b8d74ad 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.16.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -54,7 +54,8 @@ CONFIGURE_ARGS += \ --disable-linux-caps \ --disable-smtp \ --disable-redis \ - --enable-prce \ + --enable-prce \ + --disable-tests \ TARGET_CPPFLAGS += \ -I$(STAGING_DIR)/usr/include/eventlog |