The attached patch enables audit support in util-linux.

Thanks.

regards,
Joy
diff --git a/debian/control b/debian/control
index 0675acd..a72472a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Build-Depends: bc <!stage1 !nocheck>,
                socat <!stage1 !nocheck>,
                systemd [linux-any] <!stage1>,
                bison,
-               zlib1g-dev
+               zlib1g-dev,
+               libaudit-dev
 Section: base
 Priority: required
 Maintainer: LaMont Jones <lam...@debian.org>
diff --git a/debian/rules b/debian/rules
index 104e469..ca76a83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
 CONFOPTS += --enable-raw
 CONFOPTS += --with-selinux
 CONFOPTS += --enable-partx
+CONFOPTS += --with-audit
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
 	CONFOPTS += --without-systemd --without-udev
 else

Reply via email to