diff options
author | Emmanuel N. Millan <emmanueln@gmail.com> | 2019-09-13 23:32:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-13 23:32:11 +0700 |
commit | c545f102eef2eb9ddf0ca7c3fbc961c41c85cb60 (patch) | |
tree | 2866b0f3c4165c87c7749b9c43342f96615ac5f1 /system/aide | |
parent | 1398c057fb1bbf991dd29d4bc5bb8fbece9d8250 (diff) |
system/aide: Add more parameters.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/aide')
-rw-r--r-- | system/aide/aide.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/aide/aide.SlackBuild b/system/aide/aide.SlackBuild index 5f685339a171..b87c6660815d 100644 --- a/system/aide/aide.SlackBuild +++ b/system/aide/aide.SlackBuild @@ -59,6 +59,8 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ --prefix=/usr \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --with-posix-acl \ + --with-e2fsattrs \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ |