diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-16 19:29:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-16 19:29:55 +0100 |
commit | 83fd0bfe332e8838a2437bd91757af900978df49 (patch) | |
tree | 06579b9f55fdd79644cc4f7ee51b7720bd1501cf /net-libs/liboauth/liboauth-1.0.3-r4.ebuild | |
parent | app-arch/mscompress: add eautoreconf to fix configure (diff) | |
download | gentoo-83fd0bfe332e8838a2437bd91757af900978df49.tar.gz gentoo-83fd0bfe332e8838a2437bd91757af900978df49.tar.bz2 gentoo-83fd0bfe332e8838a2437bd91757af900978df49.zip |
net-libs/liboauth: whitelist fp makedev
Closes: https://bugs.gentoo.org/900090
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-libs/liboauth/liboauth-1.0.3-r4.ebuild')
-rw-r--r-- | net-libs/liboauth/liboauth-1.0.3-r4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-libs/liboauth/liboauth-1.0.3-r4.ebuild b/net-libs/liboauth/liboauth-1.0.3-r4.ebuild index 6b1a9241c0b7..e477af88bd40 100644 --- a/net-libs/liboauth/liboauth-1.0.3-r4.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3-r4.ebuild @@ -40,6 +40,11 @@ BDEPEND=" DOCS=( AUTHORS ChangeLog LICENSE.OpenSSL README ) +QA_CONFIG_IMPL_DECL_SKIP=( + # works as intended + makedev +) + src_configure() { local myeconfargs=( # Upstream recommended NSS in the past for licencing reasons but w/ OpenSSL 3 that's |