Skip to content
Snippets Groups Projects
Commit 40e1704b authored by Guido Günther's avatar Guido Günther
Browse files

Enable auditing on linux-any

Thanks: Laurent Bigonville for testing.
Closes: 688177
parent 9f1d5c39
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ Build-Depends: cdbs (>= 0.4.90~),
radvd [linux-any],
libnetcf-dev [linux-any],
libsanlock-dev [linux-any],
libaudit-dev [linux-any],
# for --with-storage-sheepdog
sheepdog,
# For "make check"
......@@ -67,7 +68,7 @@ Recommends: netcat-openbsd,
iproute,
parted,
pm-utils
Suggests: policykit-1, radvd
Suggests: policykit-1, radvd, auditd
Description: programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
......
......@@ -31,6 +31,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_NETCF = --with-netcf
WITH_SANLOCK = --with-sanlock
WITH_INIT_SCRIPT = --with-init-script=systemd
WITH_AUDIT = --with-audit
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
WITH_NUMA = --with-numactl
else
......@@ -56,6 +57,7 @@ else
WITH_NUMA = --without-numactl
WITH_NETCF = --without-netcf
WITH_INIT_SCRIPT = --with-init-script=none
WITH_AUDIT = --without-audit
endif
DEB_BUILDDIR := $(CURDIR)/debian/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment