summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-28 18:07:53 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-28 18:08:38 +0100
commitd51663a8453424cd5c57800066309e48a16361bd (patch)
tree3124f0306fc9a4ebb50de361860d372114cc627e /app-arch/libarchive
parentsys-block/parted: Silence implicit function decl false positive (diff)
downloadgentoo-d51663a8453424cd5c57800066309e48a16361bd.tar.gz
gentoo-d51663a8453424cd5c57800066309e48a16361bd.tar.bz2
gentoo-d51663a8453424cd5c57800066309e48a16361bd.zip
app-arch/libarchive: Silence implicit function decl false positives
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r--app-arch/libarchive/libarchive-3.6.2-r1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-arch/libarchive/libarchive-3.6.2-r1.ebuild b/app-arch/libarchive/libarchive-3.6.2-r1.ebuild
index 66242292e6c3..513c6d16e2f5 100644
--- a/app-arch/libarchive/libarchive-3.6.2-r1.ebuild
+++ b/app-arch/libarchive/libarchive-3.6.2-r1.ebuild
@@ -48,6 +48,13 @@ BDEPEND="
verify-sig? ( >=sec-keys/openpgp-keys-libarchive-20221209 )
"
+# false positives (checks for libc-defined hash functions)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ SHA256_Init SHA256_Update SHA256_Final
+ SHA384_Init SHA384_Update SHA384_Final
+ SHA512_Init SHA512_Update SHA512_Final
+)
+
multilib_src_configure() {
export ac_cv_header_ext2fs_ext2_fs_h=$(usex e2fsprogs) #354923