From 1e5dee538117407513084a825ad066ab8c307cf4 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sat, 3 Mar 2012 16:27:10 +0100 Subject: [PATCH] tengine: enabled sysguard module as it has no deps. --- network/tengine/tengine.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/tengine/tengine.conf b/network/tengine/tengine.conf index 127afff27..9d407bbdb 100644 --- a/network/tengine/tengine.conf +++ b/network/tengine/tengine.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../tengine/tengine.conf -# Copyright (C) 2011 The OpenSDE Project +# Copyright (C) 2011 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -56,7 +56,7 @@ for x in pcre:http_rewrite_module openssl:http-cache uwsgi:http_uwsgi_module; do done # --with- without dependency -for x in stub_status flv realip; do +for x in stub_status flv realip sysguard; do var_append confopt ' ' "--with-http_${x}_module" done