Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/
Date: Thu, 07 Jan 2021 10:42:29
Message-Id: 1610016142.c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab.mgorny@gentoo
1 commit: c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 10:41:47 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 10:42:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a9115
7
8 sys-process/audit: Fix non-native ABI builds
9
10 Thanks to David Michael for the fix.
11
12 Closes: https://bugs.gentoo.org/763321
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sys-process/audit/audit-3.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0.ebuild
19 index cec3c20130f..1e38bb1fe32 100644
20 --- a/sys-process/audit/audit-3.0.ebuild
21 +++ b/sys-process/audit/audit-3.0.ebuild
22 @@ -84,6 +84,7 @@ multilib_src_compile() {
23 }
24 use python && python_foreach_impl python_compile
25 else
26 + emake -C common
27 emake -C lib
28 emake -C auparse
29 fi