mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/libasyncns-python: fix build with glibc-2.25.
Gentoo-Bug: https://bugs.gentoo.org/609388 Closes: https://github.com/gentoo/gentoo/pull/5739
This commit is contained in:
committed by
Patrice Clement
parent
8b8af2bc04
commit
b438d54733
@@ -18,6 +18,8 @@ IUSE=""
|
||||
DEPEND=">=net-libs/libasyncns-0.4"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.7.1-glibc-2.25.patch" )
|
||||
|
||||
python_compile() {
|
||||
if [[ ${EPYTHON} != python3* ]]; then
|
||||
local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
|
||||
|
||||
Reference in New Issue
Block a user