Rebuild with audit

This commit is contained in:
2026-04-07 19:30:37 +03:00
parent 5cccae1a5f
commit a95c91c1e2
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
name: shadow name: shadow
description: Password and account management tool suite description: Password and account management tool suite
version: 4.19.4 version: 4.19.4
revision: 1 revision: 2
url: https://github.com/shadow-maint/shadow/ url: https://github.com/shadow-maint/shadow/
license: BSD-3-Clause license: BSD-3-Clause
maintainers: maintainers:
@@ -13,6 +13,7 @@ keep:
depends: depends:
- acl - acl
- attr - attr
- audit
- glibc - glibc
- libbsd - libbsd
- libxcrypt - libxcrypt
+1
View File
@@ -15,6 +15,7 @@ build() {
./configure --sysconfdir=/etc \ ./configure --sysconfdir=/etc \
--disable-static \ --disable-static \
--with-audit \
--with-{b,yes}crypt \ --with-{b,yes}crypt \
--with-libbsd \ --with-libbsd \
--with-group-name-max-length=32 \ --with-group-name-max-length=32 \