mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user