diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-20 21:55:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-20 21:55:59 +0100 |
commit | ffb54bda053550183944c7137175df508b97df2a (patch) | |
tree | 23749ab65a98879aa7e3b28c7a935773baeb5405 /sys-devel/autogen | |
parent | dev-libs/flatbuffers: add 2.0.0 (diff) | |
download | gentoo-ffb54bda053550183944c7137175df508b97df2a.tar.gz gentoo-ffb54bda053550183944c7137175df508b97df2a.tar.bz2 gentoo-ffb54bda053550183944c7137175df508b97df2a.zip |
sys-devel/autogen: add a QA workaround against configure option
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/796776
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/autogen')
-rw-r--r-- | sys-devel/autogen/autogen-5.18.16-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild b/sys-devel/autogen/autogen-5.18.16-r1.ebuild index 748c7fec6d47..a9abb0ce9185 100644 --- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild +++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild @@ -19,6 +19,10 @@ RDEPEND=">=dev-scheme/guile-2.0:= dev-libs/libxml2" DEPEND="${RDEPEND}" +# We don't pass the flag explicitly, bug #796776. +# Let's fix it upstream after next autogen release if it happens. +QA_CONFIGURE_OPTIONS+=" --enable-snprintfv-convenience" + PATCHES=( "${FILESDIR}"/${PN}-5.18.16-no-werror.patch "${FILESDIR}"/${PN}-5.18.16-rpath.patch |