Browse Source

tengine: enabled sysguard module as it has no deps.

user/amery/next/uclibc
Nagy Károly Gábriel 13 years ago
parent
commit
1e5dee5381
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      network/tengine/tengine.conf

+ 2
- 2
network/tengine/tengine.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../tengine/tengine.conf # 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. # 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 done
# --with- without dependency # --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" var_append confopt ' ' "--with-http_${x}_module"
done done

Loading…
Cancel
Save