summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-07 11:41:47 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-07 11:42:22 +0100
commitc76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab (patch)
tree47d64c3f866e65108044c9cff479227cffff7349
parentmedia-libs/openjpeg: Stabilize 2.4.0 ppc64, #718918 (diff)
downloadgentoo-c76a9115.tar.gz
gentoo-c76a9115.tar.bz2
gentoo-c76a9115.zip
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@gentoo.org>
-rw-r--r--sys-process/audit/audit-3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0.ebuild
index cec3c20130fb..1e38bb1fe32a 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