diff options
-rw-r--r-- | package/audit/audit.mk | 7 |
1 files changed, 7 insertions, 0 deletions
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)) |