diff options
Diffstat (limited to 'sys-process/acct')
-rw-r--r-- | sys-process/acct/acct-6.6.4-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-process/acct/acct-6.6.4-r4.ebuild b/sys-process/acct/acct-6.6.4-r4.ebuild index 5c8b1b3e01e3..df630f1eeb76 100644 --- a/sys-process/acct/acct-6.6.4-r4.ebuild +++ b/sys-process/acct/acct-6.6.4-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools systemd tmpfiles +inherit autotools flag-o-matic systemd tmpfiles DESCRIPTION="GNU system accounting utilities" HOMEPAGE="https://savannah.gnu.org/projects/acct/" @@ -28,6 +28,9 @@ src_prepare() { } src_configure() { + # bug #944194 + append-flags -std=gnu17 + econf --enable-linux-multiformat } |