From: Adam Duskett Date: Sat, 16 Jul 2016 20:06:26 +0000 (-0400) Subject: package/audit: add support for host variant X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2f7b6e196caefa2ece7c19b2cd5401be697a2c5;p=buildroot.git package/audit: add support for host variant host-libsemanage requires host-audit to compile, therefore this patch adds a host variant for the audit package. Signed-off-by: Adam Duskett [Thomas: remove libcap-ng usage for now, rework commit log.] Signed-off-by: Thomas Petazzoni --- diff --git a/package/audit/audit.mk b/package/audit/audit.mk index 89fdf1496d..06ec9595c0 100644 --- a/package/audit/audit.mk +++ b/package/audit/audit.mk @@ -58,4 +58,11 @@ define AUDIT_INSTALL_CLEANUP endef AUDIT_POST_INSTALL_TARGET_HOOKS += AUDIT_INSTALL_CLEANUP +HOST_AUDIT_CONF_OPTS = \ + --without-python \ + --without-python3 \ + --disable-zos-remote \ + --without-libcap-ng + $(eval $(autotools-package)) +$(eval $(host-autotools-package))