From 80660f4a94478edb04bd797161c93b083605046e Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sat, 22 Jun 2024 15:46:56 +0200 Subject: [PATCH] Enable acl, xattr support Closes: #745796 --- debian/control | 6 ++++-- debian/rules | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 41a4f346..e10fe368 100644 --- a/debian/control +++ b/debian/control @@ -14,17 +14,19 @@ Build-Depends: docbook-xsl , gettext, itstool , + libacl1-dev, + libattr1-dev, libaudit-dev [linux-any], libbsd-dev, libcrypt-dev, + libltdl-dev, libpam0g-dev, libselinux1-dev [linux-any], libsemanage-dev [linux-any], libsystemd-dev [linux-any], - libltdl-dev, libxml2-utils , - quilt, pkgconf, + quilt, systemd-dev [linux-any], xsltproc Standards-Version: 4.6.1 diff --git a/debian/rules b/debian/rules index ed701d92..ad27cdf4 100755 --- a/debian/rules +++ b/debian/rules @@ -17,8 +17,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-man \ --disable-account-tools-setuid \ --with-group-name-max-length=32 \ - --without-acl \ - --without-attr \ + --with-acl \ + --with-attr \ --without-su \ --without-tcb \