net-ftp/pure-ftpd: suppress FP configure issues

Bug: https://bugs.gentoo.org/900068
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-09-18 06:57:52 +01:00
parent 32ae3fc56a
commit 21dd4f300a
2 changed files with 10 additions and 0 deletions

View File

@@ -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"

View File

@@ -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() {