From b438d547336ff12837b65f8fef20c53a33a76442 Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Wed, 20 Sep 2017 18:10:44 +0300 Subject: 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 --- dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild') diff --git a/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild b/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild index 1b8e56d00254..2c5ab37721e6 100644 --- a/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild +++ b/dev-python/libasyncns-python/libasyncns-python-0.7.1-r1.ebuild @@ -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" -- cgit v1.2.3