Browse Source

rsyslog: improved to enable gnutls support when gnutls is installed

stable/0.2
Christian Wiese 13 years ago
parent
commit
f5bbd3803d
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      base/rsyslog/rsyslog.conf

+ 6
- 0
base/rsyslog/rsyslog.conf

@ -19,3 +19,9 @@ hook_add preconf 9 'autoreconf -vf'
if pkginstalled -f librelp; then
var_append extraconfopt ' ' "--enable-relp"
fi
# GNUTLS support
if pkginstalled -f gnutls; then
var_append extraconfopt ' ' "--enable-gnutls"
fi

Loading…
Cancel
Save