Codebase list libvirt / 40e1704
Enable auditing on linux-any Thanks: Laurent Bigonville for testing. Closes: 688177 Guido Günther 11 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3333 radvd [linux-any],
3434 libnetcf-dev [linux-any],
3535 libsanlock-dev [linux-any],
36 libaudit-dev [linux-any],
3637 # for --with-storage-sheepdog
3738 sheepdog,
3839 # For "make check"
6667 iproute,
6768 parted,
6869 pm-utils
69 Suggests: policykit-1, radvd
70 Suggests: policykit-1, radvd, auditd
7071 Description: programs for the libvirt library
7172 Libvirt is a C toolkit to interact with the virtualization capabilities
7273 of recent versions of Linux (and other OSes). The library aims at providing
3030 WITH_NETCF = --with-netcf
3131 WITH_SANLOCK = --with-sanlock
3232 WITH_INIT_SCRIPT = --with-init-script=systemd
33 WITH_AUDIT = --with-audit
3334 ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
3435 WITH_NUMA = --with-numactl
3536 else
5556 WITH_NUMA = --without-numactl
5657 WITH_NETCF = --without-netcf
5758 WITH_INIT_SCRIPT = --with-init-script=none
59 WITH_AUDIT = --without-audit
5860 endif
5961
6062 DEB_BUILDDIR := $(CURDIR)/debian/build