debian: enable libnozzle, could be useful as cluster channel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-16 17:25:25 +02:00
parent f8a46c8ed3
commit 6d0495c4bb
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -11,6 +11,7 @@ Build-Depends:
groff,
libdbus-1-dev,
libknet-dev,
libnozzle-dev,
# protect backports from silent log loss (#898266):
libqb-dev (>= 1.0.3),
libsnmp-dev,

1
debian/rules vendored
View File

@ -39,6 +39,7 @@ override_dh_auto_configure:
$(enable-monitoring) \
$(enable-watchdog) \
--disable-augeas \
--enable-nozzle \
--enable-snmp \
--enable-xmlconf \
$(enable-systemd) \