commit:     c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 10:41:47 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 10:42:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a9115

sys-process/audit: Fix non-native ABI builds

Thanks to David Michael for the fix.

Closes: https://bugs.gentoo.org/763321
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/audit/audit-3.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-process/audit/audit-3.0.ebuild 
b/sys-process/audit/audit-3.0.ebuild
index cec3c20130f..1e38bb1fe32 100644
--- a/sys-process/audit/audit-3.0.ebuild
+++ b/sys-process/audit/audit-3.0.ebuild
@@ -84,6 +84,7 @@ multilib_src_compile() {
                }
                use python && python_foreach_impl python_compile
        else
+               emake -C common
                emake -C lib
                emake -C auparse
        fi

Reply via email to