|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../bacula/bacula.conf |
|
|
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -29,9 +30,6 @@ var_append confopt " " "--with-working-dir=$root/$prefix/working"
|
|
|
|
|
# wxwidgets gui |
|
|
|
|
pkginstalled wxwidgets && var_append confopt " " "--enable-wx-console --enable-tray-monitor" |
|
|
|
|
|
|
|
|
|
# gnome gui |
|
|
|
|
pkginstalled gnome-common && var_append confopt " " "--enable-gnome" |
|
|
|
|
|
|
|
|
|
# ssl encryption support |
|
|
|
|
if pkginstalled openssl; then |
|
|
|
|
var_append extraconfopt " " "--with-openssl" |
|
|
|
|