summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-05-21 18:54:02 -0400
committerSam James <sam@gentoo.org>2024-05-22 02:06:18 +0100
commit104d2e0b10d4e336a6cc7c466a42aa04cded2af4 (patch)
tree37fcbd046c7ec77376190165721d1a2bf1b0b0d1 /sys-devel/autogen/autogen-5.18.16-r3.ebuild
parentnet-misc/dhcpcd: add whitelist for false positive configure implicit decls (diff)
downloadgentoo-104d2e0b10d4e336a6cc7c466a42aa04cded2af4.tar.gz
gentoo-104d2e0b10d4e336a6cc7c466a42aa04cded2af4.tar.bz2
gentoo-104d2e0b10d4e336a6cc7c466a42aa04cded2af4.zip
sys-devel/autogen: add whitelist for false positive configure implicit decls
These might exist on Solaris but anywhere they error out it's a false positive. Closes: https://bugs.gentoo.org/924961 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/autogen/autogen-5.18.16-r3.ebuild')
-rw-r--r--sys-devel/autogen/autogen-5.18.16-r3.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-devel/autogen/autogen-5.18.16-r3.ebuild b/sys-devel/autogen/autogen-5.18.16-r3.ebuild
index e908a1837ef5..0dc9be962a3f 100644
--- a/sys-devel/autogen/autogen-5.18.16-r3.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r3.ebuild
@@ -29,6 +29,12 @@ BDEPEND="sys-apps/which"
# Let's fix it upstream after next autogen release if it happens.
QA_CONFIGURE_OPTIONS+=" --enable-snprintfv-convenience"
+QA_CONFIG_IMPL_DECL_SKIP+=(
+ # libgen.h is legacy and linux doesn't include -lgen nor nonstandard
+ # functions. bug #924961
+ pathfind
+)
+
PATCHES=(
"${FILESDIR}"/${PN}-5.18.16-no-werror.patch
"${FILESDIR}"/${PN}-5.18.16-rpath.patch