From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [v2 2/5] package/audit: add support for host variant
Date: Sat, 16 Jul 2016 16:06:26 -0400 [thread overview]
Message-ID: <1468699589-14328-2-git-send-email-Aduskett@gmail.com> (raw)
In-Reply-To: <1468699589-14328-1-git-send-email-Aduskett@gmail.com>
refpolicy requires host-audit to compile. This patch adds that support.
As previously discussed, libcap-ng is required as far as I can tell, and
as such, I have made it mandatory to compile it as a dependency.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
Changes:
v1 - v2:
- Removed frivilous check for libcap-ng
- made host-libcap-ng mandatory.
package/audit/audit.mk | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/package/audit/audit.mk b/package/audit/audit.mk
index 89fdf14..1300c72 100644
--- a/package/audit/audit.mk
+++ b/package/audit/audit.mk
@@ -58,4 +58,7 @@ define AUDIT_INSTALL_CLEANUP
endef
AUDIT_POST_INSTALL_TARGET_HOOKS += AUDIT_INSTALL_CLEANUP
+HOST_AUDIT_CONF_OPTS = --without-python --without-python3 --disable-zos-remote --with-libcap-ng=yes
+
$(eval $(autotools-package))
+$(eval $(host-autotools-package))
--
2.7.4
next prev parent reply other threads:[~2016-07-16 20:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-16 20:06 [Buildroot] [v2 1/5] package/libcap-ng: add support for host variant Adam Duskett
2016-07-16 20:06 ` Adam Duskett [this message]
2016-07-16 20:41 ` [Buildroot] [v2 2/5] package/audit: " Thomas Petazzoni
2016-07-16 20:51 ` Thomas Petazzoni
2016-07-16 20:06 ` [Buildroot] [v2 3/5] package/libsemanage: add host-audit as a dependency Adam Duskett
2016-07-16 20:52 ` Thomas Petazzoni
2016-07-16 20:06 ` [Buildroot] [v2 4/5] policycoreutils: new package Adam Duskett
2016-07-16 20:06 ` [Buildroot] [v2 5/5] refpolicy: " Adam Duskett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1468699589-14328-2-git-send-email-Aduskett@gmail.com \
--to=aduskett@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox