diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-07 11:41:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-07 11:42:22 +0100 |
commit | c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab (patch) | |
tree | 47d64c3f866e65108044c9cff479227cffff7349 /sys-process | |
parent | media-libs/openjpeg: Stabilize 2.4.0 ppc64, #718918 (diff) | |
download | gentoo-c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab.tar.gz gentoo-c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab.tar.bz2 gentoo-c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab.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>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/audit-3.0.ebuild | 1 |
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 |