summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-18 06:57:52 +0100
committerSam James <sam@gentoo.org>2024-09-18 07:00:00 +0100
commit21dd4f300a263f5471ecc4b563d4efb4a8c344a6 (patch)
treec8625c918ccb2f8513402ddce3bd5c1b13d7bc17 /net-ftp
parentapp-misc/regex-markup: fix modern C issue in configure (diff)
downloadgentoo-21dd4f300a263f5471ecc4b563d4efb4a8c344a6.tar.gz
gentoo-21dd4f300a263f5471ecc4b563d4efb4a8c344a6.tar.bz2
gentoo-21dd4f300a263f5471ecc4b563d4efb4a8c344a6.zip
net-ftp/pure-ftpd: suppress FP configure issues
Bug: https://bugs.gentoo.org/900068 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.51-r2.ebuild5
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-9999.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.51-r2.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.51-r2.ebuild
index 57b1fef595ab..6c8d004c97be 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.51-r2.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.51-r2.ebuild
@@ -48,6 +48,11 @@ RDEPEND="
BDEPEND="dev-build/autoconf-archive"
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # FP noise (bug #900068)
+ sendfile sendfilev
+)
+
PATCHES=(
"${FILESDIR}/${PN}-1.0.28-pam.patch"
"${FILESDIR}/${PN}-1.0.51-sys-sendfile.patch"
diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild
index c550fb4e65c8..06dcee741445 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild
@@ -48,6 +48,11 @@ RDEPEND="
BDEPEND="dev-build/autoconf-archive"
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # FP noise (bug #900068)
+ sendfile sendfilev
+)
+
PATCHES=( "${FILESDIR}/${PN}-1.0.28-pam.patch" )
src_prepare() {