This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
syslog-ng: disable tests as Travis is timing out
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville
6 years ago
parent
53a912201c
commit
a5b01432fc
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
admin/syslog-ng/Makefile
+ 3
- 2
admin/syslog-ng/Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save