summaryrefslogtreecommitdiff
path: root/sys-devel/autogen/autogen-5.18.16-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/autogen/autogen-5.18.16-r3.ebuild')
-rw-r--r--sys-devel/autogen/autogen-5.18.16-r3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/autogen/autogen-5.18.16-r3.ebuild b/sys-devel/autogen/autogen-5.18.16-r3.ebuild
index e9f534f54787..e908a1837ef5 100644
--- a/sys-devel/autogen/autogen-5.18.16-r3.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools toolchain-funcs
+inherit flag-o-matic autotools toolchain-funcs
DESCRIPTION="Program and text file generation"
HOMEPAGE="https://www.gnu.org/software/autogen/"
@@ -60,6 +60,9 @@ src_configure() {
export libopts_cv_with_libregex=yes
fi
+ # bug 920174
+ use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
+
econf $(use_enable static-libs static)
}