diff options
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-10.0.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-10.0.6-r3.ebuild b/net-misc/dhcpcd/dhcpcd-10.0.6-r3.ebuild index 3fcb61425cc4..492b2eca8327 100644 --- a/net-misc/dhcpcd/dhcpcd-10.0.6-r3.ebuild +++ b/net-misc/dhcpcd/dhcpcd-10.0.6-r3.ebuild @@ -46,6 +46,10 @@ QA_CONFIG_IMPL_DECL_SKIP=( consttime_memequal SHA256_Init hmac + # These may exist on some glibc versions, but the checks fail due to + # -Werror / undefined reference no matter what. bug #924825 + arc4random + arc4random_uniform ) PATCHES=( diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 1c3bbc87d456..56307d8d8f09 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -46,6 +46,10 @@ QA_CONFIG_IMPL_DECL_SKIP=( consttime_memequal SHA256_Init hmac + # These may exist on some glibc versions, but the checks fail due to + # -Werror / undefined reference no matter what. bug #924825 + arc4random + arc4random_uniform ) PATCHES=( |